Files
coder/coderd/database/queries
Steven Masley 8b125d6c5d chore: Implement joins with golang templates (#6429)
* feat: Implement view for workspace builds to include rbac info

* Removes the need to fetch the workspace to run an rbac check.
* chore: Use workspace build as RBAC object
* chore: Use golang templates instead of sqlc files
2023-03-10 09:44:38 -06:00
..
2022-11-14 17:57:33 +00:00

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.