Skip to main content

Crate akar_sqlite

Crate akar_sqlite 

Source
Expand description

SQLite extension for Akar.

Provides integration with SQLite databases using the native rusqlite crate. Supports attaching SQLite databases and executing queries against them.

§Native Rust approach

Uses rusqlite (v0.40) with bundled feature for a self-contained build. No DuckDB dependency needed.

Structs§

SqliteExtension
The SQLite extension enables querying SQLite databases from Akar.