Structs§
- Database
- Query
- Query
Flags - QueryId
- Represents a unique index, referencing a
Querywithin aDatabase. - Result
Key - Represents a unique index, referencing a result within a
Query.
Enums§
Traits§
- Database
Context - A trait that provides access to a
Databaseinstance.
Type Aliases§
Attribute Macros§
- cached_
query - Defines a memoized query method, which stores results of the method in a database cache store. Cached results are keyed from the method name and arguments.