roadster 0.9.0-alpha.6

A "Batteries Included" web framework for rust designed to get you moving fast.
Documentation
1
2
3
4
5
6
#[cfg(any(feature = "db-diesel-postgres", feature = "db-diesel-mysql"))]
pub(crate) mod diesel;
#[cfg(feature = "db-sea-orm")]
pub(crate) mod sea_orm;
#[cfg(feature = "worker-pg")]
pub(crate) mod sqlx;