Recent Activity

Done. Super happy with how this turned out! Working on the full submission now. &db

View original message on Discord

I added aggregates, and @ejektaflex added SQL pretty printing &db

View original message on Discord

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

View original message on Discord

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

View original message on Discord