Skip to content
/ sqlpad Public
forked from sqlpad/sqlpad

Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, and Presto.

License

Notifications You must be signed in to change notification settings

udacity/sqlpad

 
 

Repository files navigation

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

About

Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, and Presto.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.9%
  • CSS 11.6%
  • Other 0.5%