datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS
stathissideris 2020-10-14T21:23:23.036200Z

how hard is it to implement a different data source for datascript?

stathissideris 2020-10-14T21:23:36.036500Z

say a database or something like that

stathissideris 2020-10-14T21:24:38.037200Z

would implementing IDB and ISearch be enough? (I suspect not)

2020-10-14T22:13:40.038200Z

@stathissideris I'd recommend taking a look at #datahike, since it's basically already done that. And because it's abstracted over a storage protocol, it should be (and has proven to be, in fact) extensible.

stathissideris 2020-10-15T08:19:40.038600Z

That’s good advice, thanks!

👍 1