Expand description
User repository module providing database access layer for user-related operations.
This module implements the repository pattern for user data access, providing a trait-based abstraction over the actual database implementation.
Modules§
Structs§
- Defines the interface for user-related database operations.
Traits§
- Defines the interface for user-related database operations.
Type Aliases§
- A thread-safe reference-counted pointer to a dynamic
UsersRepositorytrait object.