Show HN: Zova – Objects, vectors and records in one SQLite file
Category: database
Tags: embedded-database, sqlite, vector-search
Score: 7.0/10 (Innovation: 6, Technical: 8, Documentation: 8, Utility: 6)
Zova extends SQLite with native support for content-addressed objects, chunked storage, and vector search, all within a single local file. It offers bindings for multiple languages (Zig, C, Rust, Go, Python) and a versatile CLI, making it a compelling embedded database for applications needing structured records alongside unstructured objects and vector similarity. Its design is innovative in combining these capabilities without external dependencies.
Target audience: backend devs, data engineers, devops
Repository: https://github.com/ata-sesli/zova · Zig
View on Hacker News