sqlalchemy.dialects.postgresql BIGINT Example Code

BIGINT is a constant within the sqlalchemy.dialects.postgresql module of the SQLAlchemy project.

ARRAY, BIT, DOUBLE_PRECISION, ExcludeConstraint, INTEGER, JSON, TSVECTOR, array, json, and pypostgresql are several other callables with code examples from the same sqlalchemy.dialects.postgresql 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 / ddl / postgresql.py