Re-exports§
pub use self::query::QueryBuilder;
Modules§
Structs§
- Attribute
Name - Represents the name of an attribute for storage in the database.
For the most part, this is just a
String
, but it ensures that special columns likepk
andsk
are stored in the database as__pk
and__sk
respectively. - Dynamo
- Dynamo
Record Patch - A patch of records to insert and delete based on an operation
- Encrypted
Table - Headless
- Prepared
Delete - Prepared
Record - Table
Attributes - Represents a collection of attributes for a table entry.
Attributes are stored as a map of
String
toTableAttribute
. - Table
Entry
Enums§
Traits§
- TryFrom
Table Attr - Trait for converting
TableAttribute
toSelf