document_client 0.0.6
document_client: ^0.0.6 copied to clipboard
The DynamoDB document client simplifies working with items. It uses native Dart types as input parameters, as well as converts response data to native Dart types.
0.0.6 #
- Added support for AttributeValues for the translator for the DocumentClient
0.0.5 #
- Add missing return statement in type translator
0.0.4 #
- Fix crashes because of null parameters
0.0.3 #
- Shorten description to make Pub happy
0.0.2 #
- Fix bugs in transactWrite
- Add LICENSE
- Add proper example file
- More thorough description
0.0.1 #
- Initial version