Documentation
¶
Overview ¶
Package sqlite provides a durable, SQLite-backed implementation of the beehive Store, including the conflating watch fan-out and schema migrations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Open ¶
Open opens (or creates) a Beehive SQLite database at path, running any pending schema migrations before returning.
func OpenMemory ¶
func OpenMemory() (*sqliteStore, error)
OpenMemory opens a Beehive SQLite database in memory. Intended for testing; data is lost when the store is closed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.