Documentation
¶
Overview ¶
Package postgres is a Postgres database backed implementation of the db.Db interface.
The postgres implementation of the vise key-value store uses two data columns of type `BYTEA` for each key and value, aswell as an `updated` field of type `TIMESTAMP` that is set to the current time when an update is made.that is set to the current time when an update is made.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.