rorm 0.10.0

A asynchronous declarative ORM written in pure rust.
Documentation
1
2
3
4
5
6
7
//! Utility types, traits and functions required to declare and implement the [`FieldType`](crate::fields::traits::FieldType) trait.

pub mod check;
pub mod column_name;
pub mod const_fn;
pub mod get_annotations;
pub mod get_names;