Still searching for the perfect way to run #postgresql queries from #golang. Right now using sqlc with squirrel for dynamic queries, but just debugged for a week?! or so because I forgot to import custom types and there were no errors anywhere - just empty results :(.

@jraedisch it’s the sad truth with sqlc that you need to read the generated code to ensure that it added enough ?

I still think it’s the best thing out there though. 🤷‍♂️

@lil5 no, sqlc is quite reliable so far. The problem is me doing some custom composite type magic to work around dynamic query issues, and maybe pgx‘s handling of it being too permissive.