Embedding mysql in java desktop application

后端 未结 5 650
臣服心动
臣服心动 2020-12-03 15:25

i am not clear about steps/configuration details about how i can embed mysql in a Java desktop application so that it(application) can be installed on any machine through a

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 16:12

    I would strongly recommend H2. It is a very fast embedded database written in Java and I've found it easier to use than some of the others mentioned such as HSQL.

    Edit:

    On the H2 website, you can see a speed comparison of H2 vs Derby, HSQL, MySql, etc...

    Here's information on how to backup the database.

提交回复
热议问题