/sample-sqlalchemy-alembic

Sample setup for SQLAlchemy and Alembic

Primary LanguagePythonMIT LicenseMIT

sample-sqlalchemy-alembic

Sample setup for SQLAlchemy and Alembic

Prep

CREATE USER alembic;
CREATE DATABASE alembic OWNER alembic;