package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 11, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package pgkv provides an implementation of kv.Store that persists to a
PostgreSQL database.
CreateSchema creates the PostgreSQL schema elements required by Store.
type Store struct {
DB *sql.DB
}
Store is an implementation of kv.Store that persists to a PostgreSQL
database.
Open returns the keyspace with the given name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.