FastORM 0.1.0

ORM based on sqlx
Documentation
1
2
3
4
5
6
pub use fastorm_trait;
pub use fastorm_macro;

fn test() {
    println!("Hello, world!");
}