home.social

#postgrest — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #postgrest, aggregated by home.social.

  1. ⚡ 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.

  2. 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.

  3. I always enjoy seeing #Postgrest on #HN! postgrest.org/en/stable/how-to

    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!

  4. @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.

  5. 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 blog.frankel.ch/poor-man-api/

    #PostgreSQL #postgrEST #nocode #MVP

  6. serves databases as RESTful APIs.

    PostgREST takes in a regular PostgreSQL database and serves it through a web API that can be given data using . Authentication is done via JSON web tokens () that extend the existing database authorization. PostgREST is very fast, supporting thousands of requests per second on a modest server.

    Website 🔗️: postgrest.org/