#postgrest — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #postgrest, aggregated by home.social.
-
⚡ Benchmarks: #NpgsqlRest is 6.1x faster than #PostgREST at 100 concurrent users — AOT-compiled native binaries, zero runtime dependencies & instant startup time
🔧 Install via npm, Docker, direct download or as a #dotnet library — requires #PostgreSQL >= 13 — no runtime dependencies for the native executable builds
📝 Declarative config via SQL comment annotations — define routes, auth rules & caching directly in your DB. One source of truth, zero drift between logic and config.
-
Trying out #postgrest with #csharp and the #supabase client. This might be a nice "quick and easy" way to spin up demo APIs for workshops or tutorials around #aspnetcore.
All runs locally off of #postgres #database. Pretty neat stuff for #dotnet devs.
-
Today, I wrote on how to combine #PostgreSQL , #PostgREST and #ApacheAPISIX to expose a developer-friendly #RESTAPI.
-
I always enjoy seeing #Postgrest on #HN! https://postgrest.org/en/stable/how-tos/providing-html-content-using-htmx.html
Postgrest is of course written in #Haskell. But what I didn't know was that #Supabase is based on Postgrest, and they employ the lead developer of postgrest to work on it fulltime, which means Supabase is also based on Haskell!
#FunctionalProgramming everywhere!
-
When #postgrest complains about columns not existing, this might be the cause https://managing.blue/2023/10/31/postgrest-column-of-relation-does-not-exist/
-
@Jdreben I'm liking #Svelte... now I just need to get working on one of my backburner projects which will use it, along with #PostgREST ... reckon they're a potent combination.
-
Creating a full-fledged #API requires resources, both time and money. In this post, I show how how you can create a #CRUD API on top of your #database writing a single line of code https://blog.frankel.ch/poor-man-api/
-
#PostgREST serves #PostgreSQL databases as RESTful APIs.
PostgREST takes in a regular PostgreSQL database and serves it through a #REST web API that can be given data using #JSON. Authentication is done via JSON web tokens (#JWT) that extend the existing database authorization. PostgREST is very fast, supporting thousands of requests per second on a modest server.
Website 🔗️: https://postgrest.org/