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.
Supported Python Libraries
On this page
SingleStore supports the following Python libraries.
SingleStore Python Client
SingleStore recommends using the SingleStore Python Client.
pip install singlestoredb
mysqlclient
Refer to mysqlclient-python for information.
pip install mysqlclient
PyMySQL
Refer to PyMySQL for information.
pip install PyMySQL
MySQL Connector/Python
Warning
The MySQL Connector/Python library is not recommended.
Refer to MySQL Connector/Python for information.
yum install https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-8.0.15-1.el7.x86_64.rpmyum install https://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-cext-8.0.15-1.el7.x86_64.rpm
|
Connector |
Binary URL |
Source Code |
|---|---|---|
|
MySQL Connector/Python Version 2. | ||
|
MySQL Connector/Python Version 8. |
Last modified: