lint-inline-sql-in-go READMELint inline SQL in Go helps you lint inline Postgres SQL statements in your golang code. FeaturesCatch syntax errors in your inline SQLWarns when number of parameters does not match in a INSERT queryCatch missing parameters in orderRequirementsThe extension uses and wouldn't be possible without pgsql-ast-parser. No set up required from user's end. Extension SettingsThis extension contributes the following settings:
For example, to match only tilde quoted strings which are assigned to a
Known IssuesNo known issues. But syntax errors can be improved from default error messages that we get from parser. Release Notes0.0.3
0.0.2
0.0.1Initial release. |