Documentation
¶
Overview ¶
Package postgres is the PostgreSQL backend for the kv.Store interface. It is a separate package from kv so that importing kv never pulls in a database driver (Go prunes pgx from modules that import only kv); only code that wires Postgres imports this package. Open returns a kv.Store (the duck type), so callers stay decoupled from this backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.