Fork me on GitHub
#datomic
<
2017-02-21
>
dazld09:02:35

hey, any suggestions for a node client for datomic..?

dazld12:02:42

nevermind, was a silly idea

devth17:02:35

pull queries can't invoke db functions, correct?

devth18:02:56

thanks. seems like it'd be useful feature.

milt18:02:27

It would be, the syntax would be a bit tricky, given db-fns are identified by keyword (note that they used symbols for the built-in expressions like limit, etc)

devth18:02:54

ah, right. i was only thinking about built-in fns.

milt18:02:46

@dazld I might be mistaken, but I believe the Datomic Client Protocol is going to be documented and available before too long, so a node client could totally be a thing.

dazld18:02:10

thanks @milt - we had a little datomic hackathon this morning, and some of the team didn’t know clojure

dazld18:02:21

that was the background to the question

milt18:02:26

ah, got it