chewdata 3.6.1

Extract Transform and Load data
Documentation
1
2
3
4
5
6
#[cfg(feature = "curl")]
pub mod curl;
#[cfg(feature = "psql")]
pub mod psql;
#[cfg(feature = "mongodb")]
pub mod mongodb;