Fork me on GitHub
#datascript
<
2017-01-03
>
jtmarmon13:01:03

can you run queries using datascript on an actual instance of a datomic db (rather than a datascript db)? I know it sounds silly to want to do that when datomic provides their own query API, but I have my reasons I swear 😛

Niki20:01:45

In theory, you can make Datomic DB extend couple of datascript protocols (see datascript.db namespace)

Niki20:01:56

It should be trivial even