cape 0.0.2

🦸 An unintrusive ORM for Rust
Documentation
1
2
3
4
5
#[cfg(feature = "chrono")]
pub type Timestamp = chrono::NaiveDateTime;

#[cfg(not(feature = "chrono"))]
pub type Timestamp = ();