datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
Ben Sless 2020-06-09T02:30:32.361600Z

wonderful 🙂

Björn Ebbinghaus 2020-06-09T20:35:44.364300Z

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

whilo 2020-06-09T20:38:48.366Z

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.

whilo 2020-06-09T20:42:44.367Z

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

kkuehne 2020-06-10T11:38:03.368200Z

@whilo sure, we can do that.

Björn Ebbinghaus 2020-06-09T21:11:11.367900Z

And I use squuid as well.

👍 1