wonderful 🙂
@whilo It looks like my issue from a few days ago where the db wasn’t serialized to the file was because I used transact
from the core ns not the api ns…
Which brings me back to this question.
Are you planing to put every public function in datahike.api?
Asking because I use db?
and conn?
from datahike.core for specs and therefore I am sometimes require only core, only api or both.
Yes, that is unnecessarily confusing, we plan to have one unified namespace. @konrad.kuehne is working on this, we will probably cover the same functions as exposed in datomic.client.api
to reduce friction with Datomic users.
In general you should not use datahike.core
, @konrad.kuehne can we expose these predicates in the api as well?
@whilo sure, we can do that.
And I use squuid as well.