Expand description
PostgreSQL storage schema helpers for yugendb.
The schema maps yugendb’s namespace, collection, and key contract to one SQL storage table used by the PostgreSQL driver.
Structs§
- Postgres
Driver Storage Schema - Structured schema description.
Constants§
- ALL_
SCHEMA_ STATEMENTS - Ordered schema statements for initial setup.
- CREATE_
EXPIRES_ AT_ INDEX_ SQL - Expiry index used by TTL filtering.
- CREATE_
PREFIX_ INDEX_ SQL - Prefix index used by prefix scans.
- CREATE_
STORE_ TABLE_ SQL - Table creation statement for the yugendb storage table.
- MIGRATION_
METADATA_ TABLE_ NAME - Metadata table used for migration tracking.
- SCHEMA_
VERSION - Current schema version for the PostgreSQL storage table.
- STORE_
TABLE_ NAME - Storage table used by the PostgreSQL driver.
- VALUE_
COLUMN_ TYPE - Binary value column type for this backend.
Functions§
- schema_
statements - Returns all schema statements in execution order.