Files
coder/coderd/database/queries
Spike Curtis 2b71e38b31 feat: add status to tailnet mapping query (#10936)
Adds the `status` column to the mapping query so that we can add graceful disconnect logic around it
2023-11-29 16:53:01 +04:00
..

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.