Skip to content

Optional tagging feature: adding tags to group dbs for running queries #19

Description

@marianogappa

Use case:
Currently there's two ways to run a query in more than one db concurrently:

  1. sql all to run on all dbs

  2. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions