Fork me on GitHub
#datomic
<
2021-04-16
>
cjsauer01:04:48

Is there a secret namespace that one can access for parsing pull expressions into an AST?

👍 3
favila01:04:32

It’s not perfect, it doesn’t understand some attribute option syntax

cjsauer01:04:33

That is really close. I see it treats parameters differently, but only slightly.

kenny01:04:30

We write our queries in eql and have a transform function to convert ast to Datomic syntax.

cjsauer02:04:09

Nice, that’s a good approach.

cjsauer23:04:37

Very nice! Thanks!