API Reference

Connections

Connections to SingleStoreDB should be done by creating an SQLAlchemy engine first, then calling the connect() method on that engine. See the Getting Started section for more information.

The dialect class below is used by SQLAlchemy, but is typically not worked with directly.

Dialect

SingleStoreDBDialect([isolation_level, ...])

SingleStoreDB SQLAlchemy dialect.

SingleStoreDBDialect.dbapi()

SingleStoreDBDialect.import_dbapi()

Import the DBAPI module that is used by this dialect.

SingleStoreDBDialect.initialize(connection)

Called during strategized creation of the dialect with a connection.

SingleStoreDBDialect.create_connect_args(url)

Build DB-API compatible connection arguments.