Skip to content

kyle-ilantzis/pl-sql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty Legendary SQL Client

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.

Executing query

Building from source

Dependencies

Quick start

  1. Clone the repository
git clone [email protected]:kyle-ilantzis/pl-sql-client.git
  1. Install Dependencies
npm install
  1. Install gulp globally
npm install -g gulp
  1. Launch default gulp task
gulp

Download

Features

  • Execute queries on multiple databases

  • Postgres

  • MySQL

  • Configuring a set of databases

Configuring database

Viewing database configuration

  • History of executed queries

Consulting history of queries

  • Mutiple themes

flatly themne

superhero themne

... and many more!

Limitations

  • Only 'select' statement is currently supported. Run update and delete at your own risk. Related issue
  • Credentials are saved in clear text.

License

GPL-3.0, see LICENSE file.

About

A desktop app to query many database at once

Resources

License

Stars

Watchers

Forks