refinery-core 0.9.1

This crate should not be used directly, it is internally related to Refinery
Documentation
#[cfg(feature = "rusqlite")]
pub mod rusqlite;

#[cfg(feature = "tokio-postgres")]
pub mod tokio_postgres;

#[cfg(feature = "mysql_async")]
pub mod mysql_async;

#[cfg(feature = "postgres")]
pub mod postgres;

#[cfg(feature = "mysql")]
pub mod mysql;

#[cfg(feature = "tiberius")]
pub mod tiberius;

mod config;