Fork me on GitHub
#om
<
2016-05-15
>
jasonjckn20:05:24

the om.next query expression language seems very well defined, and yet we need to implement all this ourselves? https://anmonteiro.com/2016/01/om-next-query-syntax/ I see syntax for joins, unions, etc, but if we're using mongo then I need to write a datalog engine for mongo essentially, do I understand this correctly?

jasonjckn20:05:11

how do other people cope with this