Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbergfalk/sqlpad
Web-based SQL editor. Legacy project in maintenance mode.
https://github.com/rickbergfalk/sqlpad
Last synced: 3 months ago
JSON representation
Web-based SQL editor. Legacy project in maintenance mode.
- Host: GitHub
- URL: https://github.com/rickbergfalk/sqlpad
- Owner: sqlpad
- License: mit
- Created: 2014-05-29T03:09:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T21:53:28.000Z (6 months ago)
- Last Synced: 2024-05-23T10:29:06.944Z (6 months ago)
- Language: JavaScript
- Homepage: https://getsqlpad.com
- Size: 32.7 MB
- Stars: 4,996
- Watchers: 157
- Forks: 778
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - sqlpad - Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, Presto, SAP HANA, and Cassandra (JavaScript)
- favorite-link - 在浏览器中运行 SQL。
README
# 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)
## Project Status
SQLPad is a 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 as possible.
**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