Skip to main content

Module driver

Module driver 

Source
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§

PostgresDriver
PostgreSQL driver for durable external-service storage.
PostgresDriverOptions
Options used to configure the PostgreSQL driver.

Functions§

postgres
Convenience constructor for the PostgreSQL driver.
postgres_capabilities
Capabilities for the implemented PostgreSQL driver.