home.social

#postgrest — Public Fediverse posts

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

fetched live
  1. 🚀 New #release · PostgREST v16.0

    Changes
    HTTP Server
    • Graceful shutdown by @mkleczek, @Vlix in #4702
    • server-reuseport allows starting multiple PostgREST instances using the same port on supported platforms by @mkleczek in #4703, #4694
    Performance

    See what's new → selfhost.directory/project/pos

    #linux #postgrest #opensource #performance

  2. 🚀 New #release · PostgREST v16.0

    Changes
    HTTP Server
    • Graceful shutdown by @mkleczek, @Vlix in #4702
    • server-reuseport allows starting multiple PostgREST instances using the same port on supported platforms by @mkleczek in #4703, #4694
    Performance

    See what's new → selfhost.directory/project/pos

    #linux #postgrest #opensource #performance

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

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

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

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

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

  8. 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!

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

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

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

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

  13. 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 (#JWT) that extend the existing database authorization. PostgREST is very fast, supporting thousands of requests per second on a modest server.

    Website 🔗️: postgrest.org/