kali 0.1.0

A query builder and orm-ish crate built on sqlx
Documentation
1
2
3
4
5
6
7
pub mod builder;
pub mod collection;
pub mod column;
pub mod entity;
pub mod reference;

pub use kali_macros::entity;