Client and Driver Downloads

The following clients, drivers, connectors, and libraries are recommended for use on all supported versions of SingleStore.

The SingleStore JDBC Driver

Download the driver from GitHub or Maven Repository. For more information, see the SingleStore JDBC driver.

The SingleStore ODBC Driver

Download the driver from GitHub. For more information, see the SingleStore ODBC driver.

The SingleStore Spark Connector

Download the connector from Maven Central or SparkPackages. For more information, see Getting Started with Spark.

Third-party Clients and Drivers

Important

MariaDB drivers are required for GSSAPI scenarios for SingleStore. Refer to Configuring SingleStore for Kerberos Authentication for more information.

MariaDB Command-line Client from MariaDB Server Version 10.3.12 (GPLv2)

Source code: mariadb-10.3.12.tar.gz

MariaDB Connector/C (C/C++) Version 3.0.9 (LGPLv2.1)

Source code: mariadb-connector-c-3.0.9-src.tar.gz

MariaDB Connector/J (JDBC) Version 2.4.0 (LGPLv2.1)

Binary

URL

Platform independent

mariadb-java-client-2.4.0.jar

Source code: mariadb-java-client-2.4.0-sources.jar

MariaDB Connector/ODBC Version 3.0.8 (LGPLv2.1)

Source code: mariadb-connector-odbc-3.0.8-ga-src.tar.gz

MySQL Connector/Python Version 8.0.15 (GPLv2)

Source code: 8.0.15.zip

MySQL Connector/Python Version 2.1.7 (GPLv2)

Binary

URL

Linux RHEL 6 x86_64

mysql-connector-python-2.1.7-1.el6.x86_64.rpm

Source code: 2.1.7.zip

DBD-MariaDB Perl Library Version 1.11 (GPLv2)

Binary

URL

Platform independent, includes source code

DBD-MariaDB-1.11.tar.gz

Async MySQL Connector for .NET and .NET Core (C# and other .NET languages)

Source code: GitHub

In this section

Last modified: July 29, 2024

Was this article helpful?

Verification instructions

Note: You must install cosign to verify the authenticity of the SingleStore file.

Use the following steps to verify the authenticity of singlestoredb-server, singlestoredb-toolbox, singlestoredb-studio, and singlestore-client SingleStore files that have been downloaded.

You may perform the following steps on any computer that can run cosign, such as the main deployment host of the cluster.

  1. (Optional) Run the following command to view the associated signature files.

    curl undefined
  2. Download the signature file from the SingleStore release server.

    • Option 1: Click the Download Signature button next to the SingleStore file.

    • Option 2: Copy and paste the following URL into the address bar of your browser and save the signature file.

    • Option 3: Run the following command to download the signature file.

      curl -O undefined
  3. After the signature file has been downloaded, run the following command to verify the authenticity of the SingleStore file.

    echo -n undefined |
    cosign verify-blob --certificate-oidc-issuer https://oidc.eks.us-east-1.amazonaws.com/id/CCDCDBA1379A5596AB5B2E46DCA385BC \
    --certificate-identity https://kubernetes.io/namespaces/freya-production/serviceaccounts/job-worker \
    --bundle undefined \
    --new-bundle-format -
    Verified OK