bugzino VS pg_tle

Compare bugzino vs pg_tle and see what are their differences.

bugzino

A demo showing how to build a Jetpack Compose Multiplatform app that connects directly to a PostgreSQL backend (by hydraulic-software)

pg_tle

Framework for building trusted language extensions for PostgreSQL (by aws)
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
bugzino pg_tle
1 9
12 302
- 6.0%
2.2 7.5
about 1 year ago 8 days ago
Kotlin C
- 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.

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.

pg_tle

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

What are some alternatives?

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

supavisor - A cloud-native, multi-tenant Postgres connection pooler.

pgress - Native PostgreSQL JavaScript client library for web browsers

omnigres - Postgres as a Platform

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

sequential-uuids - generator of sequential UUIDs

vasco - vasco: MIC & MINE statistics for Postgres

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

hydra - Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes.

windmill - Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.

pgbouncer - lightweight connection pooler for PostgreSQL