regen-network / cosmos-modules

Other
10 stars 2 forks source link

Spike: weave like orm query handler #50

Open alpe opened 4 years ago

alpe commented 4 years ago

🚧 Spike Relates to #30

I did a little excursus today to demo some weave like query handler. It works with indexes and tables and supports 3 different query modes:

In the group module I map the routes to the table and index manually. This is something we probably want to have close to the creation functionality.

A good start to understand the code would be the query tests

Included

Not included:

Open questions