wick-sql 0.3.0

SQL Database component for the wick project.
Documentation
1
2
3
4
5
mod component;
pub(crate) mod postgres;
pub(crate) mod sqlite;

pub(crate) use component::SqlXComponent;