I created an android app. and I used sqlite to keep my small files. When I use sqlite, I could create tables, and did operations with just a java class. Now I am creating pure java application, and I need small database that can be created with programmatically on java application like android sqlite. Is there any java database like sqlite ?
asked Apr 10, 2015 at 12:09
Ozan
1,1992 gold badges18 silver badges31 bronze badges
1 Answer 1
You can still use Sqlite, also you could use H2 which has similar features.
answered Apr 10, 2015 at 12:23
Gregor Raýman
3,09116 silver badges19 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
lang-java
MySQLdatabase.SQLiteonly.