obeli-sk-refinery-core 0.9.0-obeli-sk.1

This crate should not be used directly, it is internally related to Refinery (obeli-sk fork)
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;

#[cfg(feature = "config")]
mod config;