sqlc
sqlc copied to clipboard
Support additional query types
sqlc only supports a few query types: SELECT, UPDATE, INSERT, DELETE.
It should be able to support any DDL or DML query.
@kyleconroy I believe this is resolved in sqlc v1.25.0 (but I don't see it clearly in the release notes). See #1599.