Connecting to MatrixOne with JDBC
MatrixOne supports JDBC connection.
Before you start
Make sure you have already installed and launched MatrixOne.
Using JDBC connector connect to MatrixOne
Download and install Java JDBC Connector.
Call
com.mysql.cj.jdbc.Driver
in your application.
Reference
For the example about using JDBC connect to MatrixOne, see Build a simple Java CRUD demo with MatrixOne.