Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

sqlpad/sqlpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,845 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLPad

A web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, ClickHouse, Crate, Vertica, Trino, Presto, SAP HANA, Cassandra, Google BigQuery, SQLite, TiDB and many more via ODBC.

SQLPad Query Editor

As of version 7, semver is no longer followed. Going forward patch updates may require major Node.js version updates, or contain removal of functionality.

Docker Image

The docker image runs on port 3000 and uses /var/lib/sqlpad for the embedded database directory.

See docker-examples for docker-compose examples.

Project Documentation

The most recently used documentation site's astro code is located under /docs directory.

Development

For instructions on installing/running SQLPad from git repo see DEVELOPER-GUIDE.md

License

MIT