vantage-aws 0.4.0

AWS API persistence backend for Vantage framework — incubating
Documentation
1
2
3
4
5
6
//! Trait impls for `AwsJson1`. Split per trait so each file is a
//! focused unit; the data shape and helpers stay in `super::AwsJson1`.

mod data_source;
mod expr_data_source;
mod table_source;