展示HN:一个用Zig编写的小型可嵌入Datalog引擎
大家好,
我在Zig语言中制作了一个早期版本的Datalog引擎(称为Zodd)。Datalog是一种逻辑查询语言,虽然它没有SQL那么知名,但在特定场景下有其独特的应用。如果你对这个项目感兴趣,想了解更多关于它的可能用例和功能,可以查看项目的GitHub仓库: [https://github.com/CogitatorTech/zodd](https://github.com/CogitatorTech/zodd)。
查看原文
Hi everyone,<p>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: <a href="https://github.com/CogitatorTech/zodd" rel="nofollow">https://github.com/CogitatorTech/zodd</a>