Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)