Skip to content

Setting up db and configuration alembic & sqlalchemy

Notifications You must be signed in to change notification settings

mlletkin/sa-alembic-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Automatic configuration of sqlalchemy with alembic

flags

-d: database name (this flag is required)
-u: username (default postgres)
-p: password (default password)
-h: hostname (default localhost)

example of usage

./async_sa.sh -d test_db
Creates a test_db database and configures alembic for it

About

Setting up db and configuration alembic & sqlalchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages