# Connect with Application Development Tools

SingleStore supports connecting your cluster via various application development tools and programming languages. The support level for various third-party application development tools/programming languages may differ. SingleStore provides the following levels of support:

* **GA**: SingleStore regularly tests the compatibility with this tool/language, against the latest version specified in the compatibility matrix.
* **Preview**: SingleStore may not yet support complete integration with this tool/language, and it may require independent troubleshooting.

If you face issues in connecting your SingleStore cluster with the tools/languages/frameworks specified in the following compatibility matrix, contact [SingleStore Support](https://www.singlestore.com/support/).

| Language/Framework                                                                                                                                                               | Connector/Driver                            | Status  |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------- |
| [C/C++](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-c-c.md)                                                 | MariaDB Connector/C (C/C++)                 | Preview |
| [C#/.NET](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-net-and-net-core.md)                                  | SingleStoreConnector for .NET and .NET Core | GA      |
| [Drizzle ORM](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-node-js/connect-with-drizzle-orm.md)              | MySQL2                                      | GA      |
| [Django](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-python/connect-with-django.md)                         | Django-SingleStoreConnector                 | Preview |
| [Go](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-go.md)                                                     | Go MySQL Driver                             | Preview |
| [Haystack](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-haystack.md)                                         | SingleStoreHaystack Library                 | GA      |
| [Hibernate](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/hibernate-singlestore-dialect.md)         | SingleStoreJDBC Driver                      | GA      |
| [Java/JDBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver.md)           | SingleStoreJDBC Driver                      | GA      |
| [LangChain](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-python/connect-with-langchain.md)                   | LangChain-SingleStoreConnector              | GA      |
| [Laravel](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-laravel.md)                                           | MySQL2                                      | Preview |
| [Node.js](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-node-js.md)                                           | MySQL                                       | Preview |
| [ODBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-odbc/the-singlestore-odbc-driver.md)                     | SingleStoreODBC Driver                      | GA      |
| [Perl](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-perl.md)                                                 | MySQL DBI and DBM Drivers                   | Preview |
| [PHP](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-php.md)                                                   | PDO\_MySQL Driver/MySQLi                    | Preview |
| [Python](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-python/connect-using-the-singlestore-python-client.md) | SingleStorePython Client                    | GA      |
| [R2DBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-r-2-dbc.md)                                             | SingleStoreR2DBC Connector                  | GA      |
| [Ruby](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-ruby.md)                                                 | RubyGems MySQL2                             | Preview |
| [Rust](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-rust.md)                                                 | SQLx                                        | Preview |
| [Spring Boot](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/connect-with-spring-boot.md)            | SingleStoreJDBC Driver                      | GA      |

For information about connecting with various IDEs/environments (or any MySQL compatible client), refer to [Connect to SingleStore](https://docs.singlestore.com/db/v9.1/connect-to-singlestore.md).

You can also connect to your cluster via the [Data API](https://docs.singlestore.com/db/v9.1/reference/data-api.md).

## In this section

* [Connect with C/C++](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-c-c.md)
* [Connect with Go](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-go.md)
* [Connect with Haystack](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-haystack.md)
* [Connect with Java/JDBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc.md)
* [Connect with Laravel](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-laravel.md)
* [Connect with .NET and .NET Core](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-net-and-net-core.md)
* [Connect with Node.js](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-node-js.md)
* [Connect with ODBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-odbc.md)
* [Connect with Perl](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-perl.md)
* [Connect with PHP](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-php.md)
* [Connect with Python](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-python.md)
* [Connect with R2DBC](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-r-2-dbc.md)
* [Connect with Ruby](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-ruby.md)
* [Connect with Rust](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/connect-with-rust.md)
* [Extended Protocol Packet Metadata](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/extended-protocol-packet-metadata.md)
* [Using Prepared Statements](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/using-prepared-statements.md)

***

Modified at: April 24, 2026

Source: [/db/v9.1/developer-resources/connect-with-application-development-tools/](https://docs.singlestore.com/db/v9.1/developer-resources/connect-with-application-development-tools/)

(An index of the documentation is available at /llms.txt)
