You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
Currently there's two ways to run a query in more than one db concurrently:
sql all to run on all dbs
sql dbname1 dbname2 ... to run on those specific dbs
Sometimes there's a semantic grouping for some dbs, e.g. region, owner, schema differences. Tagging dbs with these semantic differences would enable one to run e.g. sql americas ....
Constraints:
Should be backwards-compatible.
Tags can collide with database names: in this case, database should win.
The text was updated successfully, but these errors were encountered:
Use case:
Currently there's two ways to run a query in more than one db concurrently:
sql all
to run on all dbssql dbname1 dbname2 ...
to run on those specific dbsSometimes there's a semantic grouping for some dbs, e.g. region, owner, schema differences. Tagging dbs with these semantic differences would enable one to run e.g.
sql americas ...
.Constraints:
Should be backwards-compatible.
Tags can collide with database names: in this case, database should win.
The text was updated successfully, but these errors were encountered: