sql
sql copied to clipboard
MySQL & PostgreSQL pipe
Main feature: configure groups of databases, include/exclude groups of database. See updated README for usage. Other changes: - configure maximum number of concurrent requests via same AppServer - update dependencies...
**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...
Typing ```echo "some sql" | sql someDb``` can get tiring when you want to keep querying a specific database. It would be neat if sql can run in an interactive...