Multi tenant support for [Axum](https://crates.io/crates/axum) web apps
Making it easy to get started on a multi-tenant web app, builds on [axum-login](https://crates.io/crates/axum-login)
Examples and the initial focus for quickstart use [Sqlx](https://crates.io/crates/sqlx) with [SQLite](https://www.sqlite.org/index.html) and [Askama](https://crates.io/crates/askama)
Comes out of [PrayerOfHannah](https://github.com/dave42w/PrayerOfHannah)