supavisor VS bugzino

Compare supavisor vs bugzino and see what are their differences.

supavisor

A cloud-native, multi-tenant Postgres connection pooler. (by supabase)

bugzino

A demo showing how to build a Jetpack Compose Multiplatform app that connects directly to a PostgreSQL backend (by hydraulic-software)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
supavisor bugzino
15 1
1,582 12
1.8% -
8.9 2.2
17 days ago about 1 year ago
Elixir Kotlin
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

supavisor

Posts with mentions or reviews of supavisor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.

bugzino

Posts with mentions or reviews of bugzino. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-14.
  • The Database Package Manager for PostgreSQL Trusted Language Extensions
    9 projects | news.ycombinator.com | 14 Apr 2023
    At KotlinConf today I gave a talk on designing apps with two-tier architecture, where you implement your entire app without the web stack appearing anywhere at all. Instead you publish desktop and mobile apps that connect directly to an RDBMS like PostgreSQL via its native protocol, and use server extensions for any logic that is inconvenient to do with SQL.

    This approach might seem horrifyingly outside-the-box but has a lot of advantages, and some of the reasons we didn't do things this way historically have been solved in recent years.

    Because it was KotlinConf the demo uses PL/Java, which is pretty nice because there's such a healthy ecosystem of stuff based around JDBC and because deploying JVM stuff doesn't require any sort of cross-compilation. PL/Java also supports (for now) trusted extensions using sandboxing, although of course the sandbox can just get in the way and normally you trust your own server anyway so this is a double edged sword.

    The demo code can be found here (it's a prototype and nobody reviewed it yet so be gentle)

    https://github.com/hydraulic-software/bugzino

    I'll write up a blog post version of the talk, but for now I had to mention that DBaaS providers don't actually enable this sort of design because they like to wall off the full power of the RDBMS behind custom APIs. But in two-tier design you really lean into the database and use all of its features. So, it'd be nice if:

    a. database.dev were to support PL/Java extensions.

    b. Supabase were to allow direct connections, as the native DB protocol supports a lot of features that otherwise have to be sort of hacked on top of HTTP. Ultimately, HTTP is designed to fetch hypertext whereas the PG native protocol is designed to work with data, and that difference shines through in a bunch of ways.

What are some alternatives?

When comparing supavisor and bugzino you can also consider the following projects:

pgcat - PostgreSQL pooler with sharding, load balancing and failover support.

pgress - Native PostgreSQL JavaScript client library for web browsers

pg_tle - Framework for building trusted language extensions for PostgreSQL

mssql-changefeed

set_user - PostgreSQL extension allowing privilege escalation with enhanced logging and control

debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

sql-examples - Curated list of SQL to help you find useful script easily 🚀

walex - Postgres change events (CDC) in Elixir

cainophile

omnigres - Postgres as a Platform

Logflare - Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.