Skip to content

anandtripathi5/alembic-multidatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mysql Database

docker-compose -f docker-compose-mysql.yml up -d

Alembic commands

alembic init migrations
alembic list_templates
alembic -n first current
alembic -n second current
alembic -n third current
alembic -n first revision --autogenerate -m "First test created"
alembic -n second revision --autogenerate -m "Second test created"
alembic -n third revision --autogenerate -m "Third test created"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published