module documentation

Undocumented

Class ​Connection Provides high-level functionality for a wrapped DB-API connection.
Class ​Engine Connects a _pool.Pool and _engine.Dialect together to provide a source of database connectivity and behavior.
Constant NO​_OPTIONS Undocumented
Class ​Option​Engine Undocumented
Function create​_engine Create a new _future.Engine instance.
NO_OPTIONS =

Undocumented

Value
util.immutabledict()
def create_engine(*arg, **kw):

Create a new _future.Engine instance.

Arguments passed to _future.create_engine are mostly identical to those passed to the 1.x _sa.create_engine function. The difference is that the object returned is the ._future.Engine which has the 2.0 version of the API.