Package commands :: Module create_db
[hide private]
[frames] | no frames]

Module create_db

source code

Functions [hide private]
 
create_db(alembic_ini)
Create the DB schema
source code
Function Details [hide private]

create_db(alembic_ini)

source code 

Create the DB schema

Decorators:
  • @click.command()
  • @click.option("--alembic", "-f", "alembic_ini", help= "Path to the alembic configuration file (alembic.ini)", required= True)