Documentation ¶
Overview ¶
Package pgkv provides an implementation of kv.BinaryStore that persists to a PostgreSQL database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryStore ¶ added in v0.8.0
BinaryStore is an implementation of kv.BinaryStore that persists to a PostgreSQL database.
func (*BinaryStore) Open ¶ added in v0.8.0
func (s *BinaryStore) Open(ctx context.Context, name string) (kv.BinaryKeyspace, error)
Open returns the keyspace with the given name.
Click to show internal directories.
Click to hide internal directories.