Skip to main content

Crate egide_storage_postgres

Crate egide_storage_postgres 

Source
Expand description

§Egide Storage - PostgreSQL Backend

PostgreSQL implementation of the storage backend with schema-per-tenant isolation. Each tenant gets its own Postgres schema; every query qualifies its tables explicitly, so tenant isolation never depends on session state.

Structs§

PostgresBackend
PostgreSQL storage backend with schema-per-tenant isolation.