dbspec 0.2.0

Database introspection and model generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod db_introspect;
pub use db_introspect::get_tables;

#[cfg(feature = "fake")]
mod faking;

#[cfg(feature = "fake")]
pub use faking::Faking;

#[cfg(feature = "fake")]
pub use fakeit::*;