sqlite

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package sqlite provides a storage.DB backed by a pure-Go SQLite driver. Using modernc.org/sqlite (cgo-free) preserves trivial cross-compilation to a single static binary per GOOS/GOARCH with no C toolchain.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(path string) (*sql.DB, error)

Open opens the SQLite database at path, enables WAL mode, and returns the handle. The caller is responsible for calling Close when done.

Types

This section is empty.

Jump to

Keyboard shortcuts

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