Victor Mitcov

Results 1 issues of Victor Mitcov

I'm using mysql with the following configuration: ``` version: "2" sql: - engine: "mysql" schema: "some-path/schemas" queries: "some-path/queries" gen: go: out: "some-path/tables" package: "internal" ``` I'd like to be able...

enhancement