@hatch:sqlite v0.1.6
Embedded SQLite. Database.open(path) returns a connection; prepared statements with named parameter binding, rows iterated as Maps, transactions, error handling. Backed by rusqlite (bundled libsqlite — no system dependency).
$
hatch add @hatch:sqlite
loading README…