dynamo_table 0.5.0

A high-level DynamoDB table abstraction with get_item, query, update, filter, batch operations, pagination, and type-safe queries
Documentation
1
2
3
4
5
6
7
8
9
10
mod batch;
mod gsi;
mod helpers;
mod operations;
mod types;

pub use batch::{BatchReadOutput, BatchWriteOutput, batch_get, batch_write};
pub use gsi::*;
pub use operations::*;
pub use types::{CompositeKey, Cursor, OutputItems, PartitionKey, RetryConfig, SortKey};