Discover Packages
github.com/taills/leaf/v2
db
sqlite
package
Version:
v2.0.3
Opens a new window with list of versions in this module.
Published: Jun 19, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package sqlite provides a SQLite-backed db.Store implementation for Leaf,
built on the pure-Go (CGO-free) modernc.org/sqlite driver.
Open opens (or creates) a SQLite database at the given DSN and returns a
ready-to-use db.Store. The DSN is a file path or any modernc.org/sqlite DSN,
e.g. "game.db", "file:game.db?cache=shared", or ":memory:".
OpenWithTimeout behaves like Open but bounds the initial schema setup with a
timeout.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.