Files
coder/coderd/database/queries
Danielle Maywood f349edcc3c refactor: create tasks in coderd instead of frontend (#19280)
Instead of creating tasks with a specialized call to `CreateWorkspace`
on the frontend, we instead lift this to the backend and allow the
frontend to simply call `CreateAITask`.
2025-08-12 11:23:55 +01:00
..

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.