bugzino

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

Bugzino Alternatives

Similar projects and alternatives to bugzino

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bugzino alternative or higher similarity.

bugzino reviews and mentions

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.

Stats

Basic bugzino repo stats
1
12
2.2
about 1 year ago

The primary programming language of bugzino is Kotlin.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com