Is it possible to make a flexible/dynamic query with sqlc?
I’m developing a project and wanted to use sqlc
. I really like this tool but I can’t find examples where it is possible to make something more advanced than select/insert/update/delete queries.