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.
You can use GSSAPI (Generic Security Services Application Program Interface) authentication via the JDBC client libraries.
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.
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';
Binary |
URL |
---|---|
Platform independent |
Source code: mariadb-java-client-2.
In this section
Last modified: September 25, 2024