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¶
|
SingleStoreDB SQLAlchemy dialect. |
Import the DBAPI module that is used by this dialect. |
|
|
Called during strategized creation of the dialect with a connection. |
Build DB-API compatible connection arguments. |