Module encrypted_table

Source

Re-exports§

pub use self::query::QueryBuilder;

Modules§

query

Structs§

AttributeName
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 like pk and sk are stored in the database as __pk and __sk respectively.
Dynamo
DynamoRecordPatch
A patch of records to insert and delete based on an operation
EncryptedTable
Headless
PreparedDelete
PreparedRecord
TableAttributes
Represents a collection of attributes for a table entry. Attributes are stored as a map of String to TableAttribute.
TableEntry

Enums§

TableAttribute

Traits§

TryFromTableAttr
Trait for converting TableAttribute to Self