rocicorp / rails

Replicache on Rails
Other
34 stars 3 forks source link

ZQL: Generate query types and build the AST for all simple operators #28

Closed tantaman closed 8 months ago

tantaman commented 8 months ago

Simple operators:

Next step is to do IVM and get these simple operators working end to end.

After that we can think about join, sub-select, fragments, referencing parent queries, etc. etc.


See EntityQueryInstance.test.ts for example usage.

tantaman commented 8 months ago

Closing in favor of https://github.com/rocicorp/rails/pull/29 which includes all the things.