Done. Super happy with how this turned out! Working on the full submission now. &db
Done. Super happy with how this turned out! Working on the full submission now. &db
Bigger example of the workflow. At each stage we can build up to a bigger query by looking at the data available to us. At the end we can easily make multiple "views" of the same data by making two Order nodes to sort the same data in different ways - and both Order options remain close at hand while we work forward from there. &db
Incrementally building database queries. Start with a table, see the data, tweak the data, repeat.
Every node in the graph produces a valid query. You can even build up multiple queries in the same "workspace" and run them on the fly.
&db