Skip to main content

Module db

Module db 

Source
Expand description

Database connection pool + schema migration.

Constants§

DEFAULT_DB_PATH
Default DB path relative to .luft/ directory.

Functions§

default_db_path
Default DB path under a given .luft root.
open_db
Open (or create) the SQLite database at the given path.

Type Aliases§

DbPool