hydromodpy.data.registry.migrations#
Data cache DuckDB schema migrations.
Thin wrapper that binds the generic migration runner from
hydromodpy.core.migrations to the bundled SQL directory and to the
"data_cache" component name.
Functions
|
Apply one data cache migration in a transaction. |
|
Open |
|
Return the highest applied data cache migration version (0 if none). |
|
Discover data cache migrations under |
|
Bring the data cache DuckDB schema up to the latest bundled version. |
|
Return the highest data cache migration version present on disk. |