Skip to content

lewissteele/vscode-sql-lint

Repository files navigation

SQL Lint

This Visual Studio Code extension provides an interface for sql-lint. Enabled on SQL language mode.

sql-lint will do sanity checks on your queries as well as bring errors back from the DB. If you worry about forgetting WHEREs on a DELETE or borking your data with unexpected characters, then sql-lint is for you.

Extension Settings

This extension contributes the following settings:

  • sql-lint.driver: database driver mysql|postgres
  • sql-lint.host: database domain name
  • sql-lint.user: database username
  • sql-lint.password: database password

Releases

No releases published

Packages

No packages published