Zodd: A Datalog engine in Zig
I’ve made an early version of a Datalog engine in Zig called Zodd. It can be used as a Zig library to embed the ability to evaluate Datalog directly into Zig applications.
The project is very early stage, but it has a simple web frontend that allows you to run
Datalog programs in the web browser and see the results.
Feedback is welcome.
Supported Zig Version
- 0.16.0 (and 0.15.x for older (pre-)releases).
The current aim is to keep Zodd compiled with the latest tagged release of Zig.
AI / LLM usage disclosure
I use AI-assisted coding tools (like Claude Code and Codex) for most of my projects, including this project. This project is not one-shotted with AI.