0.1.12 • Published 5 years ago

webql-cli v0.1.12

Weekly downloads
65
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

webql

Creates the PostGraphile explorer for EVERY database and schema on your machine.

npm install -g webql-cli

Then run the explorer!

webql

Should be running on http://localhost:5555

the idea

the idea is to use this for development only, as your postgres user. Don't deploy this in production.

changing port

export SERVER_PORT=5656
webql

troubleshooting

currently these are the assumptions, you can export them if you have your own values:

PGUSER=postgres
PGHOST=localhost
PGPASSWORD=password
PGPORT=5432

If you have your own password for example

export PGPASSWORD=mypassword
export SERVER_PORT=5656
webql
0.1.10

5 years ago

0.1.11

5 years ago

0.1.12

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.9

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago