//! SQLite persistence layer for kindling.
//!
//! Implements the cross-language schema contract from `schema/schema.sql`
//! against `rusqlite` with bundled SQLite + FTS5. WAL mode enabled,
//! per-project DB isolation under `~/.kindling/projects/<hash>/`.
//!
//! The public surface mirrors `SqliteKindlingStore` in
//! `packages/kindling-store-sqlite` — a database written by either
//! implementation is readable by the other.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;