SQLite at the core
Use tables, indexes, views, triggers, prepared statements, transactions, and SQL without a new query language.
Keep relational data in SQLite, then add content-addressed objects, exact vectors, and graph-aware relationships without introducing a server.
Embedded · offline-first · Rust, Python, Go, C, and Zig

Use tables, indexes, views, triggers, prepared statements, transactions, and SQL without a new query language.
Store content-addressed bytes and exact-search vector collections beside application records.
Model directed relationships and run bounded native or SQL-native traversal over stable application IDs.
Back up, compact, diagnose, salvage, and optionally split object, vector, and graph storage.
Choose the binding that matches your application and platform.
Keep metadata relational; add specialized storage only where it helps.
Back up, diagnose, compact, and salvage with explicit local workflows.
cargo add zovauv add zovago get github.com/atasesli/zova/bindings/go@v0.24.0