I did my homework (for example, you asked;)), but I did not find anything that really meets my needs, so here it is:
I am a junior Java developer and I am working on a small project. The problem I am facing is that I want to be able to store and retrieve data in a small database. I tried to use text files, but they can only store data or immediately extract all the data, and you can’t choose which data you want to receive. I am looking for an alternative that does not require any installation or anything else, because I do not want my "costumer" to download anything else other than my application. I tried HSQLDB, but it needs some installation ...
So here is my question: is there any alternative for a database for Java that does not need any installation And where can I select and extract any data I need?
source share