We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CREATE TABLE foo (bar TEXT NOT NULL); -- name: GetFoo :one SELECT (SELECT 1) AS baz FROM foo WHERE bar = $1 LIMIT $2 OFFSET $3;
Produces
type GetFooParams struct { Bar string `json:"bar"` Bar_2 string `json:"bar_2"` Bar_3 string `json:"bar_3"` }