Files
TJWaterServerBinary/app/native/wndb/__init__.py
jiang fa188af0b1 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.
2026-08-25 18:35:05 +08:00

7 lines
230 B
Python

"""Water-network database package.
Import from the responsibility-specific modules under ``core``, ``model``,
``gis``, ``inp``, and ``commands``. This package intentionally does not expose
the former flat compatibility API.
"""