Module cipherstash_dynamodb::encrypted_table
source · Re-exports§
pub use self::query::QueryBuilder;
Modules§
Structs§
- 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. - A patch of records to insert and delete based on an operation
- Represents a collection of attributes for a table entry. Attributes are stored as a map of
String
toTableAttribute
.
Enums§
Traits§
- Trait for converting
TableAttribute
toSelf
Functions§
- Take a prepared primary key and encrypt it to get the
PrimaryKeyParts
which can be used for retrieval.