Java, MySQL: Is there a way to embed a MySQL server with a Java program?

前端 未结 4 1191
一向
一向 2020-12-06 09:53

One thing I love about .NET is the ability to have a database file along with the project. I know that using a SQLite database, this can be done, but did someone achieve thi

4条回答
  •  渐次进展
    2020-12-06 10:22

    A quick search shows this: MySQL Connector/MXJ — for embedding MySQL server in Java applications on the MySQL Downloads page at:

    http://dev.mysql.com/downloads/

提交回复
热议问题