server.web.db_admin
Functions
|
Apply migrations to the database. |
|
Create database and apply migrations. |
|
Terminate/drop a database. |
Module Contents
- server.web.db_admin.apply_migrations(sqlalchemy_database_uri: str, revision: str = 'head') None[source]
Apply migrations to the database.