petl 0.1.1

Framework of piped ETL
Documentation
1
2
3
4
5
6
7
#[derive(petl::PostgreSQL)]
struct Example {
    timestamp: chrono::DateTime<chrono::Utc>,
}

#[tokio::test]
async fn serialize_datetime() {}