# sqlpad **Repository Path**: pengjielee/sqlpad ## Basic Information - **Project Name**: sqlpad - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-09 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project Status **Legacy project in maintenance mode.** If evaluating SQLPad, please consider a [potential alternative](https://getsqlpad.com/en/introduction/#alternatives) or forking the project and making it your own. **Maintenance releases for security and dependency updates will continue until August 2025, at which point the project will be archived.** # 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](https://github.com/sqlpad/sqlpad/wiki/ODBC). ![SQLPad Query Editor](https://user-images.githubusercontent.com/303966/99915755-32f78e80-2ccb-11eb-9f74-b18846d6108d.png) **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](https://github.com/sqlpad/sqlpad/tree/master/docker-examples) for docker-compose examples. ## Project Documentation Documentation located at [https://getsqlpad.com](https://getsqlpad.com). ## Development For instructions on installing/running SQLPad from git repo see [DEVELOPER-GUIDE.md](https://github.com/sqlpad/sqlpad/blob/master/DEVELOPER-GUIDE.md) ## License MIT