sql
sql copied to clipboard
Optional tagging feature: adding tags to group dbs for running queries
Use case: Currently there's two ways to run a query in more than one db concurrently:
-
sql allto 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.
@marianogappa Hi 👋