cherry 0.2.0

A lightweight asynchronous ORM, which is build on top of SQLx.
1
2
3
4
5
6
7
pub(crate) mod query_builder;
pub(crate) mod gen_impl;
pub(crate) mod insert;
pub(crate) mod insert_update;
pub(crate) mod update;
pub(crate) mod delete;
pub(crate) mod select;