展示HN:一个用Zig编写的小型可嵌入Datalog引擎

2作者: habedi0大约 1 个月前原帖
大家好, 我在Zig语言中制作了一个早期版本的Datalog引擎(称为Zodd)。Datalog是一种逻辑查询语言,虽然它没有SQL那么知名,但在特定场景下有其独特的应用。如果你对这个项目感兴趣,想了解更多关于它的可能用例和功能,可以查看项目的GitHub仓库: [https://github.com/CogitatorTech/zodd](https://github.com/CogitatorTech/zodd)。
查看原文
Hi everyone,<p>I&#x27;ve made an early version of a Datalog engine (called Zodd) in Zig. Datalog is a logic query language. It&#x27;s not as well-known as SQL, but it has its own use cases. If you&#x27;re interested to know more about the project, including its possible use cases and features, you can check projec&#x27;s GitHub repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;CogitatorTech&#x2F;zodd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CogitatorTech&#x2F;zodd</a>