axum-tenancy 0.1.0

Multi tenant support for Axum web app.
Documentation
1
2
3
4
5
6
7
8
# axum-tenancy
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)