sqlorm 0.4.23

An ergonomic and type-safe ORM for database interactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
default: postgres sqlite

full: postgres sqlite 


postgres:
    cargo test --workspace --features postgres,uuid,extra-traits -- --nocapture

sqlite:
    cargo test --workspace --features sqlite,uuid,extra-traits -- --nocapture