tiny-orm-model 0.5.1

Struct and Trait avaiable for Tiny ORM. Not intended to be used directly.
Documentation
1
2
3
4
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum TinyOrmError {
    SetOptionNotSet,
}