Documentation
¶
Overview ¶
Package postgres provides low-level persistence implementations that store data in PostgreSQL database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateJournalStoreSchema ¶
CreateJournalStoreSchema creates the PostgreSQL schema elements required by JournalStore.
func CreateKeyValueStoreSchema ¶
CreateKeyValueStoreSchema creates the PostgreSQL schema elements required by KeyValueStore.
Types ¶
type JournalStore ¶
JournalStore is an implementation of journal.Store that contains journals that persist records in a PostgresSQL table.
type KeyValueStore ¶
KeyValueStore is an implementation of kv.Store that stores keyspaces in a PostgreSQL database.
Click to show internal directories.
Click to hide internal directories.