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

后端 未结 6 1527
甜味超标
甜味超标 2020-12-31 12:20

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 t

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 12:51

    Java 6 ships with Derby (renamed JavaDB). It can be used in memory or server mode.

    HyperSQL (HSQLDB) is also popular.

提交回复
热议问题