Pretty Legendary SQL Client is graphical SQL client that allows you to query multiple databases at once.
Once connections to databases have been configured, pl-sql-client sends a query to all configured connections and displays the results.
pl-sql-client will help you retrieve and compare your data quickly between various schemas in your infrastructure.
- Clone the repository
git clone [email protected]:kyle-ilantzis/pl-sql-client.git
- Install Dependencies
npm install
- Install gulp globally
npm install -g gulp
- Launch default gulp task
gulp
-
Execute queries on multiple databases
-
Postgres
-
MySQL
-
Configuring a set of databases
- History of executed queries
- Mutiple themes
... and many more!
- Only 'select' statement is currently supported. Run update and delete at your own risk. Related issue
- Credentials are saved in clear text.
GPL-3.0, see LICENSE file.