Expand description
PostgreSQL driver implementation.
PostgreSQL is used as a SQL-backed implementation detail for the yugendb storage model. The public API remains namespace, collection, key, and serialised value based, so application code can stay driver-neutral.
Structs§
- Postgres
Driver - PostgreSQL driver for durable external-service storage.
- Postgres
Driver Options - Options used to configure the PostgreSQL driver.
Functions§
- postgres
- Convenience constructor for the PostgreSQL driver.
- postgres_
capabilities - Capabilities for the implemented PostgreSQL driver.