Hacker News new | ask | show | jobs
by phyrex 1703 days ago
I would love to hear more! Did you write the datalog layer or is there one somewhere? Is there any code available I could see?
1 comments

You might be interested in the now defunct Mentat project from Mozilla. They made an EAV store with syncing on top of sqlite. It ran datalog queries by translating them into sql.

https://github.com/mozilla/mentat

I’m aware of mentat and eternally disappointed that it got shelved :(