Is there a Datalog library in Julia?

@gabomgp Maybe you no longer have a use case, but I recently wrote a Prolog-like logic programming library called Julog.jl that should be able to parse and reason with Datalog input! Check out the package announcement here. It’s almost certainly not going to be as fast as a dedicated Datalog implementation, but should be fine for small-to-medium database sizes.

3 Likes