Using SQLModel with Alembic
TL;DR
Install Alembic and SQLModel.
Create models with SQLModel.SQLModel base class.
Add naming conventions to SQLModel.metadata using SQLModel.metadata.naming_convention.
Initialize Alembic with alembic init migrations.
Add your database URL to...
arunanshub.hashnode.dev5 min read
greeneyed
Thanks!