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
kkuehne 2020-05-25T08:49:48.238700Z

Yesterday evening, we released the new version 0.3.0 of Datahike. The new features can be found here: https://github.com/replikativ/datahike/releases/tag/v0.3.0. I still have to adjust the supporting libraries like datahike-postgres to the new version but this is planned for today. Have fun trying it out. πŸ˜ŠπŸš€

9πŸ’―6πŸŽ‰
elMor3no 2020-05-25T12:52:43.239200Z

Great news!!!!

alekcz 2020-05-25T14:30:52.239800Z

πŸŽ‰

alekcz 2020-05-25T19:09:58.241300Z

Haven't worked in cljs before. I've tried a few thing but my repl doesn't connect. Are there instruction somewhere about how to connect the cljs repl?

alekcz 2020-05-25T19:10:04.241500Z

@whilo

whilo 2020-05-25T19:12:18.241700Z

Ah, right you mentioned that ClojureScript is not your priority. I just plug in with Cider in Emacs, it offers me all the cljs options. What dev env do you use?

alekcz 2020-05-25T19:21:45.241900Z

vscode and a regular terminal πŸ˜…

whilo 2020-05-25T19:31:54.242100Z

I am unforutnately not familiar with cljs in vscode. Can you ask in the cljs channel, maybe?

whilo 2020-05-25T19:32:16.242300Z

The unit test does not require to have a browser REPL, but it is the most relevant environment for us.

richiardiandrea 2020-05-25T20:25:46.242700Z

Wow Java API nice

1πŸ˜„
alekcz 2020-05-25T20:42:46.243Z

@whilo will do.

peterdee 2020-05-25T23:24:01.246Z

I’m rather new to defining schema. Can someone tell me what these two error messages mean β€’ Lookup ref should contain 2 elements: β€’ Lookup ref attribute should be marked as :db/unique: They are in db.clj and only a few lines apart from each other. I seem to be bouncing between these two error messages, not seeing what they are trying to tell me.

peterdee 2020-05-25T23:24:50.246600Z

I have tried defining the thing that I think is causing the error as :db/unique :db/identity, yet I don’t think I want this. It is no help.

peterdee 2020-05-25T23:25:54.246900Z

Happens on 0.2.1 or 0.3.0