Just reiterating my comments made on Slack:
- I’d like to see a
Query Tables
module, 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.