You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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.