sqlalchemy.engine.default DefaultDialect Example Code

DefaultDialect is a class within the sqlalchemy.engine.default module of the SQLAlchemy project.

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 / autogenerate / api.py