Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1001 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 1001 Bytes

SQLPad

A web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate, Vertica, and Presto. Written in Node.js.

SQLPad Query List SQLPad Query Editor SQLPad Chart Editor

Installation and Usage

Visit project page at http://rickbergfalk.github.io/sqlpad/.

Quickstart:

npm install sqlpad -g 
sqlpad --help

To update sqlpad installed via npm run

npm install sqlpad -g

Development

See wiki for development details and project information.

Tips

If you have highlighted just part of your query, only that part will be executed when you click Run Query.

License

MIT