Expand description
Local Docker-backed PostgreSQL provisioning for local tenants.
Manages the shared systemprompt-postgres container and its volume, and
creates, drops, and authorises per-tenant databases inside it via
docker exec psql. Public surface: the shared-config types and the
container/database lifecycle helpers consumed by the create/delete flows.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Modules§
- container
- Lifecycle of the shared Docker
PostgreSQLcontainer for local tenants. - database
- Per-tenant database operations inside the shared
PostgreSQLcontainer.