Postgres HTTP
Turns your postgres db into an REST api
Postgres HTTP
lassejlv/postgres_http:latest
Just deployed
Postgres
railwayapp-templates/postgres-ssl:16
Just deployed
/var/lib/postgresql/data
Postgres HTTP
Turns your postgres db into an http server. Great for beginners or just small projects and testing.
You can find the source code here: github.com/lassejlv/postgres_http
API reference
- POST /query
- body: { query: string, args: any[] }
- headers: { Authorization: Bearer }
- response: { rows: any[] }
- GET /status
- headers: { Authorization: Bearer }
- response: { ok: boolean, ping: number }
I cant run...
By default you cannot run: DELETE, DROP, TRUNCATE
.
Update the env variable ALLOW_DANGEROUS_SQL_COMMANDS
and set it to true if you wanna be doing that.
API key
You will find the api under the variables tab. It's randomly generated under creation.
Template Content
Postgres HTTP
lassejlv/postgres_http:latest