Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
Connect with Java/JDBC
On this page
You can connect from Java/JDBC-based applications to SingleStore using the following drivers/connectors:
-
The SingleStore JDBC Driver
-
MariaDB Connector/J (JDBC)
For most JDBC use cases, SingleStore recommends The SingleStore JDBC Driver.
The SingleStore JDBC Driver
The SingleStore JDBC driver is compatible with JDBC 4.
Refer to The SingleStore JDBC Driver for detailed information on how to install, configure, and connect using this driver.
Hibernate SingleStore Dialect
Refer to Hibernate SingleStore Dialect for information on connecting to your SingleStore deployments from Hibernate applications using the SingleStore dialect.
MariaDB Connector/J (JDBC) Version 2. 4. 0 (LGPLv2. 1)
You can also use the MariaDB Connector/J v2.
Note
To enable/promote connector compatibility, SingleStore identifies itself as MySQL version x.
To specify a MySQL compatibility version, use the compat_ variable.
SET GLOBAL compat_version = '5.6.4';
Refer to Connector/J 2.
In this section
Last modified: