aequilibrae.project.project_creation#
Functions
|
Adds consistency triggers to the project |
|
|
|
|
|
Recreate columns for a table if any were added. |
|
|
|
- aequilibrae.project.project_creation.add_triggers(conn: Connection, logger: Logger, db_type: str) None [source]#
Adds consistency triggers to the project
- aequilibrae.project.project_creation.create_base_tables(conn: Connection, logger: Logger, db_type: str) None [source]#
- aequilibrae.project.project_creation.initialize_tables(logger, db_type: str, conn: Connection) None [source]#
- aequilibrae.project.project_creation.recreate_columns(conn: Connection, logger: Logger, table: str, old_table: str) dict[str, str] [source]#
Recreate columns for a table if any were added. Returns a dict of the old column names to type