brokkr-broker::dal::generators Rust
Structs
brokkr-broker::dal::generators::GeneratorsDAL<’a>
pub
Data Access Layer for Generator operations.
This module provides a set of methods to interact with the generators table in the database. It includes operations for creating, retrieving, updating, and deleting generators, as well as specialized queries for filtering and updating specific fields.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |