Fork me on GitHub
#datalog
<
2021-09-19
>
ribelo21:09:26

doxa is a simple in-memory database, trying to copy the best solutions from `datascript`, `crux`, `fulcro`, `autonormal`, `kechema`, `shadow-grow` I finally finished something between poor man `diferential dataflow` and query caching. in the meantime, I also completely rewrote `datalog query` parsing and many other things. all using `meander` of course, just because I can 🙃 https://github.com/ribelo/doxa#caching--matching

👏 13
val_waeselynck16:09:53

"Simple"? I'd be careful with such bold claims! 😁

ribelo16:09:37

the whole thing is under 1kloc, it could be worse 😉