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

Module create_sqlite_file

source code

Functions [hide private]
 
create_sqlite_file_function() source code
 
create_sqlite_file()
Create the sqlite DB file (not the tables).
source code
Function Details [hide private]

create_sqlite_file()

source code 

Create the sqlite DB file (not the tables). Used for alembic, "create-db" does this automatically.

Decorators:
  • @click.command()