medicine-wheel-data-store-postgres
v0.2.1
Published
PostgreSQL/Neon provider scaffold for the Medicine Wheel Developer Suite — shared pool management and provider-ready storage entrypoints
Maintainers
Readme
medicine-wheel-data-store-postgres
Minimal PostgreSQL/Neon scaffold for the Medicine Wheel workspace.
What it gives the local agent:
- a workspace package placeholder for a Postgres backend
- a shared
pgPool helper keyed by effective connection options - a typed seam that reuses
ontology-corerecords - SSL only when explicitly requested via options, connection-string parameters, or
PGSSLMODE=require|verify-ca|verify-full
Convergence note:
- the selected long-term provider abstraction lives in
src/storage-provider - this package remains a small Postgres scaffold, not the primary backend-selection surface
What it does not do yet:
- no tables
- no migrations
- no CRUD beyond pool management
- no app wiring
