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 ?
MySQLdatabase.SQLiteonly.