0.7.0 • Published 4 years ago

@webql/server v0.7.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
4 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
webql -p 5656
0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago