Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitelynx/web-pgq
Web-based query runner/explainer for PostgreSQL.
https://github.com/whitelynx/web-pgq
Last synced: 26 days ago
JSON representation
Web-based query runner/explainer for PostgreSQL.
- Host: GitHub
- URL: https://github.com/whitelynx/web-pgq
- Owner: whitelynx
- License: mit
- Created: 2014-09-29T22:44:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T18:57:08.000Z (over 6 years ago)
- Last Synced: 2023-03-12T08:03:49.171Z (over 1 year ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
web-pgq
=======Web-based query runner/explainer for PostgreSQL.
> **Note:** This project has been deprecated in favor of [querytron](https://gitlab.com/whitelynx/querytron).
Getting Started
---------------Install dependencies and build Semantic-UI:
```bash
make
```Run the app:
```bash
npm start
```Open the app's main page in a browser: (the actual listen address will be displayed when the
app starts)