miniorm 0.4.1

a *very* simple ORM built on top of sqlx
Documentation
1
2
3
4
5
6
7
8
pub mod bind_col;
pub mod crud;
pub mod schema;
pub mod sqlx;
pub mod table;

#[cfg(feature = "axum")]
pub mod axum;