Add a new migration system with support for Typer cli.
Here are some of the commands you can now run:
python cli.py db make-migration
python cli.py db show-migrations
python cli.py db migrate
Add a new migration system with support for Typer cli.
Here are some of the commands you can now run:
python cli.py db make-migration
python cli.py db show-migrations
python cli.py db migrate