{"library":"sqlint","title":"SQLint","type":"library","description":"SQLint is a lint tool for SQL with autofix support. It provides syntax checking and style enforcement for SQL files. Version 1.7.1 is the latest stable release. The tool is part of the sql-language-server project and can be used standalone or as an editor plugin. Release cadence is irregular with minor updates. Key differentiators include a built-in fix option (--fix) for automatic problem correction and support for personal/project configuration files. It supports multiple output formats (stylish, json) and can lint from stdin. The package ships TypeScript types and is actively maintained.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install sqlint"],"cli":{"name":"sqlint","version":null}},"imports":["Usage via CLI: npx sqlint ."],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/joe-re/sql-language-server","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/sqlint","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"npm install sqlint --save-dev\necho \"SELECT *\nFROM foo\nWHERE foo.a > 1\" | npx sqlint --stdin","lang":"bash","description":"Install SQLint as a dev dependency and lint a SQL query provided via stdin.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}