nullfield 9 days ago

So my very first question, after opening your page, is “what does this get me, if anything, to offset the very large decrease in efficiency vs. the native wireline protocol, given that it’s implemented pretty much everywhere?”

  • whizzter a day ago

    Feels like they're trying to make something alike PostgREST (and sell it as a service), ie being able to skip backend coding and this manages brokering and permissions for frontends that does most of the job anyhow.

    • mhoegh 30 minutes ago

      That’s right. You can compare it to Pocketbase, but with PG as storage. It is open source and it’s easy to self host

  • mhoegh 7 days ago

    It enables you to use Postgres without the wireline protocol

lab14 a day ago

Does it work with pgbouncer?

  • mhoegh 33 minutes ago

    Yes, it works without, but it’s recommended in production. You can also use whatever managed PG service you like.