brokkr-broker::dal::stacks Rust
Data Access Layer for Stack operations.
This module provides functionality to interact with the database for Stack-related operations, including creating, retrieving, updating, and deleting stacks, as well as filtering stacks based on various criteria.
Structs
brokkr-broker::dal::stacks::StacksDAL<’a>
pub
Data Access Layer for Stack operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |