# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
Account represents our database model matching the accounts table.
AccountQueryParams represents parameters for account queries.
AdvancedQueryParams represents parameters for advanced employee queries.
DynamicQueryParams represents the parameters for dynamic query building.
Employee represents our database model matching the employees table.
EmployeeIDScanner handles scanning for EmployeeID type.
No description provided by the author
EmployeeWithAccounts represents the result of employee-account queries.
PaginatedDynamicQueryParams extends DynamicQueryParams with pagination and ordering.
No description provided by the author
No description provided by the author
# Type aliases
EmployeeID is a custom type for employee IDs.