sqlite

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: May 3, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Open

func Open(ctx context.Context, path string) (den.Backend, error)

Open opens a SQLite database at the given path. The context governs the initial metadata-table creation so callers with a startup deadline can cancel cleanly. The path may include query parameters to override default PRAGMAs, e.g. "/data.db?_pragma=cache_size(5000)".

Parent directories of file-backed paths are auto-created. The special ":memory:" form and the "file:" URI form are opened as-is.

Types

This section is empty.

Jump to

Keyboard shortcuts

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