paint-brush
Creating a Poor Man's API Using PostgREST by@nfrankel

Creating a Poor Man's API Using PostgREST

by Nicolas Fränkel12mNovember 23rd, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The solution is to use the Postgresql database instead of writing a REST API. PostgREST is a standalone web server that turns your Postgres database directly into a RESTful API. The structural constraints and permissions in the database determine the API endpoints and operations. You can find the whole source code on [GitHub] to follow along with a simple use case. We can deploy the Docker image via Compose: postgrest: "de-de-post"

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Creating a Poor Man's API Using PostgREST
Nicolas Fränkel HackerNoon profile picture
Nicolas Fränkel

Nicolas Fränkel

@nfrankel

Developer Advocate for Apache APISIX *** Learner *** Author of http://leanpub.com/integrationtest

About @nfrankel
LEARN MORE ABOUT @NFRANKEL'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Nicolas Fränkel HackerNoon profile picture
Nicolas Fränkel@nfrankel
Developer Advocate for Apache APISIX *** Learner *** Author of http://leanpub.com/integrationtest

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Coffee-web
Learnrepo