PostgREST (@postgrest_org) 's Twitter Profile
PostgREST

@postgrest_org

REST API for any @postgresql database.

ID: 1101269979347988481

linkhttp://postgrest.org calendar_today28-02-2019 23:56:38

227 Tweet

721 Takipçi

30 Takip Edilen

QuackSnippets 🦆✂️ (@quackimaduc) 's Twitter Profile Photo

htmx.org / CEO of The 1971 Dollar Crisis (same) Crazy?! You can write functions (templates with plmustache? github.com/PostgREST/plmu…) Generate headers (Cookies) from requests (use RLS! Auth is handled, too!) Next step would be webcomponents with HTMX and finding a way to cleverly load them dynamically. HTMXQL inbound

<a href="/htmx_org/">htmx.org / CEO of The 1971 Dollar Crisis (same)</a> Crazy?! 

You can write functions (templates with plmustache? github.com/PostgREST/plmu…)

Generate headers (Cookies) from requests (use RLS! Auth is handled, too!)

Next step would be webcomponents with HTMX and finding a way to cleverly load them dynamically.

HTMXQL inbound
Ravi Thakur (@ravithakur_7) 's Twitter Profile Photo

Do you know you can directly serve your database tables, views, and functions to API using #PostgREST? Do check out my blog on this topic. It is very simple and easy to understand. I am learning about database capabilities and will share my learning here. Link in comment👇

Just Deez Guy (@justdeezguy) 's Twitter Profile Photo

@summerpard I would strongly consider learning a language supported for writing "stored procedures" in postgresql.org, and use docs.postgrest.org/en/v12/ to turn it into an API essentially automatically. wiki.postgresql.org/wiki/PL_Matrix shows some of the languages you could use with PostgREST

Ian Wootten (@iwootten) 's Twitter Profile Photo

postgREST also gives you an API for pg functions. This function gives me a filter I can apply calling '/rpc/get_employees?department_filter=eq.all' or some other dept. I'm able to filter further using the features of the underlying table I return.

postgREST also gives you an API for pg functions. 

This function gives me a filter I can apply calling '/rpc/get_employees?department_filter=eq.all' or some other dept. I'm able to filter further using the features of the underlying table I return.
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

I researched PostgREST recently. It's a RESTful API on top of PostgreSQL. Here are 4 lessons I learned: 1. You get a CRUD API in minutes 2. Great performance 3. Has a C# client library 4. Good option for a Blazor backend Hope that's helpful.

Geoinnova (@geoinnovaasl) 's Twitter Profile Photo

🚀 ¿Quieres crear una #API RESTful geoespacial? Aprende a montar PostgREST con Docker y PostGIS con nuestro tutorial. Ideal para integrar datos geográficos en tus aplicaciones. 🌍 s.mtrbio.com/yfetiahvxq

FullyTyped (@fullytyped) 's Twitter Profile Photo

Enes Shayan Typescript, Angular, PostgREST, and node for some streaming when required. Can generate all the types and even make them zod schemas via cli tools.

Harshit Shukla (@harshitshukla63) 's Twitter Profile Photo

Just built a 🔥PostgreSQL API stack using Docker Compose! 🚀Stack: PostgREST = instant REST API from Postgres PGWeb = in-browser SQL client SQLPad = dashboards + query runner One command 👉 docker-compose up 🙏 Thanks Hitesh Choudhary for the awesome DevOps course on Udemy!#Docker

Just built a 🔥PostgreSQL API stack using Docker Compose!
🚀Stack:
PostgREST = instant REST API from Postgres
PGWeb = in-browser SQL client
SQLPad = dashboards + query runner
One command 👉 docker-compose up
🙏 Thanks <a href="/Hiteshdotcom/">Hitesh Choudhary</a>  for the awesome DevOps course on Udemy!#Docker
Creature (@urinerecyke) 's Twitter Profile Photo

pilcrow Postgrest. You literally just spin up a container as an internal deployment on the same kube/docker network. It's incredibly easy.