Documentation
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package db defines a database-agnostic Store abstraction for the Leaf framework.
|
Package db defines a database-agnostic Store abstraction for the Leaf framework. |
|
postgres
Package postgres provides a PostgreSQL-backed db.Store implementation for Leaf, built on the jackc/pgx/v5 driver (PostgreSQL 18 compatible) through its database/sql-compatible stdlib adapter.
|
Package postgres provides a PostgreSQL-backed db.Store implementation for Leaf, built on the jackc/pgx/v5 driver (PostgreSQL 18 compatible) through its database/sql-compatible stdlib adapter. |
|
sqlite
Package sqlite provides a SQLite-backed db.Store implementation for Leaf, built on the pure-Go (CGO-free) modernc.org/sqlite driver.
|
Package sqlite provides a SQLite-backed db.Store implementation for Leaf, built on the pure-Go (CGO-free) modernc.org/sqlite driver. |
Click to show internal directories.
Click to hide internal directories.