Reputation: 432
I need to find a suitable database for my application, that satisfy following criteria,
Please suggest me a suitable database for the above criteria.
Upvotes: 2
Views: 291
Reputation: 203
for me mongodb also meets these criteria (unless you really need sql database)
Upvotes: 0
Reputation: 129075
I recommend JavaDB, you can use it as an in process database and it has good performance. I have used it in several projects, mainly in Java Swing desktop applications.
Upvotes: 1
Reputation: 43309
Sounds like you should use SQLite for that.
Have a look at Java and SQLite for how to interact with the SQLite databae from Java.
Upvotes: 0