kitx 0.0.18

A lightweight wrapper for database operations based on sqlx, enabling fast CRUD operations.
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod helper;
pub mod conversion;
pub mod fields;
pub mod filter;
pub mod types;
pub mod relation;