Sign inSign up

audreyt/pgrest

By audreyt

Updated almost 11 years ago

PgREST: http://pgre.st/

Image
6

1.2K

audreyt/pgrest repository overview

Node.js in the Database, compatible with MongoLab and Firebase API.

To play with pgrest in a shell:

sudo docker run -t -i audreyt/pgrest

From there, feel free to connect to the yahnc DB (port 3000), or kill the pgrest process and connect to other DBs created there with pgrest DBNAME --host 0.0.0.0 --websocket

To expose port 3000 (PgREST HTTP/WebSocket) and 5432 (PostgreSQL) on the docker host:

sudo docker run -p 3000:3000 -p 5432:5432 -i -t audreyt/pgrest

Tag summary

Content type

Image

Digest

sha256:f44eb9475

Size

383.6 MB

Last updated

almost 11 years ago

docker pull audreyt/pgrest