sqlalchemy.sql table Example Code

table is a callable within the sqlalchemy.sql module of the SQLAlchemy project.

ClauseElement, Select, column, expression, extract, functions, operators, schema, select, and sqltypes are several other callables with code examples from the same sqlalchemy.sql package.

Example 1 from alembic

Alembic (project documentation and PyPI page) is a data migrations tool used with SQLAlchemy to make database schema changes. The Alembic project is open sourced under the MIT license.

alembic / alembic / operations / ops.py