sqlalchemy.sql.schema SchemaItem Example Code

SchemaItem is a class within the sqlalchemy.sql.schema module of the SQLAlchemy project.

Column is another callable from the sqlalchemy.sql.schema 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 / api.py