chewdata 3.6.1

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