Good evening guys, I have a small JAVA application in which some data is inserted. I would like to distribute it with a DBMS that does not require downloading and installation / configuration.
I've been researching and found HSQLDB, but I have read in some places that if the database is distributed within the JAR it will be read-only. Is there a way to make the database available with the application and allow data entry? If not, is there any that supports it?