Skip to main content
Zova v0.24.0 · format 8

Local data, shaped for real applications.

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

Crossed sage and seafoam feathers, the Zova logo
01

SQLite at the core

Use tables, indexes, views, triggers, prepared statements, transactions, and SQL without a new query language.

02

Objects and vectors

Store content-addressed bytes and exact-search vector collections beside application records.

03

Graph-aware relationships

Model directed relationships and run bounded native or SQL-native traversal over stable application IDs.

04

Operational by design

Back up, compact, diagnose, salvage, and optionally split object, vector, and graph storage.

01

Install

Choose the binding that matches your application and platform.

02

Model

Keep metadata relational; add specialized storage only where it helps.

03

Operate

Back up, diagnose, compact, and salvage with explicit local workflows.

Rustcargo add zova
Pythonuv add zova
Gogo get github.com/atasesli/zova/bindings/go@v0.24.0