Files
coder/coderd/database/queries
Kyle Carberry 2ff1c6d613 feat: add agent stats for different connection types (#6412)
This allows us to track when our extensions are used, when the
web terminal is used, and average connection latency to the agent.
2023-03-02 08:06:00 -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.