Search code examples
javadatabasedesktop

Is there a "best" or most popular database for standalone Java app?


Is there a "best" or more popular database for standalone Java app? I'm currently writing by hand, but I would like to know what is commonly done, if there is something that is commonly done.

update: talking about small app (may grow, but its small for now)


Solution

  • I would suggest using something like SQLite with SQLiteJDBC.

    It also sounds like HyperSQL and Derby (which ships with certain Java versions) are popular choices.