sqlalchemy.engine.strategies EngineStrategy Example Code

EngineStrategy is a class within the sqlalchemy.engine.strategies module of the SQLAlchemy project.

MockEngineStrategy is another callable from the sqlalchemy.engine.strategies package with code examples.

Example 1 from GINO

GINO (project documentation and PyPI package information) is an object-relational mapper (ORM) built on SQLAlchemy that is non-blocking and therefore designed to work properly with asynchronously-run code, for example, an application written with asyncio.

GINO is open sourced under the BSD License.

GINO / src/gino / strategies.py