database-reflection 0.1.5

Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB.
Documentation
1
2
3
4
pub mod consts;
mod with_metadata;

pub use crate::metadata::with_metadata::WithMetadata;