Just reiterating my comments made on Slack:
- Iād like to see a
Query Tablesmodule, something that would make it easier to construct SQL type queries for Big Tables. A WYSIWYG Query builder would be the nirvana, but even something that allowed us to work with human readable column/table names would be a great start. - I think it would be useful to have a generic āMutate Tablesā module. Something that would allow you to mix and match adds/edits/deletes and send them all in a single call. The idea would be that you select a target App, and then provide a collection of pre-prepared mutations.
- Whatās there right now is a good start, but itās limiting in the sense that you can only send a single mutation. Say for example I want to add 20 rows. Iād need an iterator that would call the Glide Add Row module 20 times. What Iād rather do (and what I do now with the HTTP module) is just call it once.