vyuh 0.2.8

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
6
7
pub(crate) mod memstore;
#[cfg(feature = "mysql")]
pub(crate) mod mysqlstore;
#[cfg(feature = "postgres")]
pub(crate) mod pgstore;
#[cfg(feature = "sqlite")]
pub(crate) mod sqlitestore;