Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marianogappa opened this issue Oct 26, 2018 · 1 comment

Comments

@marianogappa
Copy link
Owner

marianogappa commented Oct 26, 2018

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.

@langbeinmovio
Copy link

@marianogappa Hi 👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants