Connect with SQLAlchemy
Things to keep in mind when using SingleStore with the SQLAlchemy Python library:
See the comprehensive SQLAlchemy documentation.
See the SQLAlchemy tutorial.
Use one of the recommended Python client libraries.
Remember to use
mysql://
in thecreate_engine
statement.