github trailbaseio/trailbase v0.26.8

5 hours ago
  • Add two new SQL connection types: a postgres one and a polymorphic one with runtime dispatch.
    • This is mostly a proof-of-concept. Tests pass with the polymorphic connection pointing at SQLite but using postgres entails many more challenges:
      • Different SQL dialects.
      • Schema extraction missing.
      • Change notifications for RecordApi subscriptions work very differently.
  • Introduce a new AsyncReactive + snapshot primitive to further entangle DB connection establishment from the execution model, i.e. allow establishing connection asynchronously and thus RecordApis.
  • Update dependencies.

Full Changelog: v0.26.7...v0.26.8

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.