prestd

REST API server for PostgreSQL databases with zero configuration

brewmacoslinux
Try with needOr install directly
Source

About

Simplify and accelerate development on any Postgres application, existing or new

Commands

prest

Examples

Start prest server with default PostgreSQL connection$ prest
Connect to specific PostgreSQL database and enable CORS$ prest --dbname mydb --dbuser postgres --dbpass password --cors
Query a table via REST API after prest is running$ curl http://localhost:3000/api/v1/users