Fork me on GitHub
#datahike
<
2020-06-09
>
Björn Ebbinghaus20:06:44

@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.

whilo20:06:48

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.

whilo20:06:44

In general you should not use datahike.core, @konrad.kuehne can we expose these predicates in the api as well?