Fork me on GitHub
#datomic
<
2023-09-19
>
Black14:09:32

Is it possible to use datalog in cljs? I was thinking it could be usefull for some datagrids, where I can reuse queris from backend clj, or is it bad idea?

Ben Kamphaus14:09:47

you might look at https://github.com/tonsky/datascript — it’s similar to datomic datalog, and might be able to do what you’re after.

👍 1
danbunea21:09:11

I use Datascript on the front end with re-posh and reuse some queries from the backend where I use Datomic