SQLPad 一个Web应用程序,用于编写和运行SQL查询并可视化结果

SQLPad是一个基于Nodejs开发的直接在浏览器运行SQL查询并对结果进行可视化展示工具。SQLPad支持的 数据库 非常多,比如:MySQL, Postgres, SQL Server, Vertica, Crate, Presto等。

Node.js 数据库相关

访问GitHub主页

共3370Star

详细介绍

SQLPad

Build Status

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

SQLPad Query Editor

Docker Image

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

latest tag is continously built from latest commit in repo. Only use that if you want to live on the edge, otherwise use specific version tags to ensure stability.

See docker-examples directory for example docker-compose setup with SQL Server.

Development

For instructions on installing/running SQLPad from git repo see developer guide

Configuration

Connection configuration

Seed Data (experimental)

Logging

License

MIT