TrailBase is an open, fast Firebase-like server for building apps. It provides type-safe REST APIs + change subscriptions, auth, multi-DB, a WebAssembly runtime, geospatial support, admin UI... It's a self-contained, easy to self-host single executable built on Rust, Wasmtime & SQLite or now Postgres. It comes with client libraries for JS/TS, Dart/Flutter, Go, Rust, .Net, Kotlin, Swift and Python. Just released v0.28, which after some months of work includes early, experimental Postgres support: For context, this is not an effort to replace SQLite but rather to provide options. SQLite will remain the recommend default due to its speed and simplicity aligning best with TrailBase's mission of offering a cheap & easily self-hostable stack. Yet, some users may want to use Postgres due to personal preference, very write-heavy workloads or needing some of Postgres' plentiful features.β¦