SQL-pipe – Query CSV streams with SQLite syntax (written in Zig)
SQL queries on CSV streams—instant, zero-setup alternative to awk and sqlite3 boilerplate.
A small embeddable Datalog engine in Zig ⚡
Native Zig Datalog engine for taint analysis and access control, but niche use cases limit reach.
Systems engineers, language designers, security researchers needing logic programming without SQL overhead
Soufflé Datalog · DDlog · Prolog engines
I've made an early version of a Datalog engine (called Zodd) in Zig. Datalog is a logic query language. It's not as well-known as SQL, but it has its own use cases. If you're interested to know more about the project, including its possible use cases and features, you can check projec's GitHub repo: https://github.com/CogitatorTech/zodd
SQL queries on CSV streams—instant, zero-setup alternative to awk and sqlite3 boilerplate.
Datomic-style immutability in a SQLite-sized embedded library — genuinely novel combination.
One-shot schema dump with column stats beats MCP overhead, but SQL introspection tools already exist.
Click-to-expand DB schema instead of joins, but DBeaver, DataGrip, and SQuirrel do this already.
Another neurosymbolic DB claiming to fix LLM hallucinations with zero adoption yet.
Lock-free skip-list memtable in Zig when Redis already dominates this space.