{"library":"ut-tsql-lexer","type":"library","category":null,"description":"Transact SQL lexer and linter that parses T-SQL source code into tokens and provides linting rules for code style and correctness. Version 1.5.4 is stable with moderate release cadence. It returns parsed tokens per line with types (whitespace, keyword, operator, etc.) and a lint array with rule violations. Key differentiators: built-in lint rules for uppercase keywords, indentation, whitespace, and quoting; detailed error messages with location.","language":"javascript","status":"active","version":"1.5.4","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install ut-tsql-lexer","imports":["import { parse } from 'ut-tsql-lexer'","const { parse } = require('ut-tsql-lexer')","const result = parse(sql); const { lint, tokens } = result;"]},{"cmd":"yarn add ut-tsql-lexer","imports":[]},{"cmd":"pnpm add ut-tsql-lexer","imports":[]}],"homepage":"https://github.com/softwaregroup-bg/ut-tsql-lexer#readme","github":"ssh://git@github.com/softwaregroup-bg/ut-tsql-lexer","docs":null,"changelog":null,"pypi":null,"npm":"ut-tsql-lexer","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}