sqlite

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

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

func Open(path string) (*sqliteStore, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL