Crate lume_architect

Crate lume_architect 

Source

Structs§

Database
Query
QueryFlags
QueryId
Represents a unique index, referencing a Query within a Database.
ResultKey
Represents a unique index, referencing a result within a Query.

Enums§

QueryError

Traits§

DatabaseContext
A trait that provides access to a Database instance.

Type Aliases§

QueryResult

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.