refactor(db)!: adopt project-routed pooled databases
Reorganize WNDB by responsibility and remove legacy scheme endpoints.\n\nRoute analysis and time-series access through project pools, preserve transactional realtime replacement, and refresh GIS materialized views after writes.\n\nAdd database architecture documentation, live pooling coverage, API contract updates, and executable container verification.\n\nBREAKING CHANGE: legacy scheme APIs and flat app.native.wndb module imports are removed.
This commit is contained in:
@@ -30,7 +30,6 @@ from app.services.tjnetwork import (
|
||||
set_source,
|
||||
set_time,
|
||||
)
|
||||
from app.native.wndb.project import copy_project
|
||||
from app.algorithms.simulation.runner import run_simulation_ex, from_clock_to_seconds_2
|
||||
from math import sqrt, pi
|
||||
from app.infra.epanet.epanet import Output
|
||||
|
||||
Reference in New Issue
Block a user