0

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 ?

3
  • You can use MySQL database. Commented Apr 10, 2015 at 12:15
  • mysql needs host probably, I want not host depended one Commented Apr 10, 2015 at 12:17
  • This might help blog.rungeek.com/post/81611917/how-to-use-sqlite-with-java. It is using SQLite only. Commented Apr 10, 2015 at 12:23

1 Answer 1

1

You can still use Sqlite, also you could use H2 which has similar features.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.