Generic single-database configuration with SQLite. To run the migrations: ``` alembic upgrade head ``` To generate a new migration (after modifying models): ``` alembic revision --autogenerate -m "description of changes" ```