Skip to main content

Crate reflect_db

Crate reflect_db 

Source

Re-exports§

pub use error::ReflectError;
pub use executor::Executor;
pub use metadata::Column;
pub use metadata::ForeignKey;
pub use metadata::Index;
pub use metadata::MetaData;
pub use metadata::PrimaryKey;
pub use metadata::SqlType;
pub use metadata::Table;
pub use options::ReflectOptions;
pub use options::TableFilter;
pub use postgres::PostgresExecutor;
pub use mysql::MysqlExecutor;
pub use sqlite::SqliteExecutor;

Modules§

error
executor
metadata
mysql
options
postgres
reflection
sqlite