Ask HN: Java – looking for a persisten and embedded DB
2 points| shorty_ | 7 years ago
i want to create a Java app and looking for a suitable DB.
The requirements are: - user must be able to run the software offline - user should not have to install any DB-Software (i.e. mySQL server)
so the DB should be embedded in my Java software and should create any filed to save the data.
Thank you very much in advance!
jermo|7 years ago
dnomad|7 years ago
[1] https://github.com/xerial/sqlite-jdbc [2] http://www.h2database.com/
mtmail|7 years ago
shorty_|7 years ago
Thx!