This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Description
We're partially using sqlc right now. We're only using it to generate functions for select queries. Ideally we should use it to generate all the other queries as well: insert and update. However, at a first attempt we failed to make it work, specifically the async generated queries were not working out-of-the-box. We should evaluate if it's worth to keep sqlc or drop it completely in favor of having raw SQL queries.