database_reflection/
adapter.rs

1#[cfg(feature = "mariadb")]
2pub mod mariadb_innodb;
3pub mod reflection_adapter;