{"library":"check-sql-query","type":"library","category":null,"description":"Utility library (v1.0.0) for detecting SQL operation types (SELECT, INSERT, UPDATE, DELETE, etc.), determining read-only status, and validating parameter binding. Supports positional ($1, ?) and named (@, :, $) parameter styles for PostgreSQL, MySQL, SQLite. Isomorphic (works in Node.js and browsers), with TypeScript support and 0 dependencies. Lightweight alternative to SQL parsers like sql-parser or node-sql-parser for simple query classification.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","sql","query","validator","readonly","parameter","binding","postgresql","mysql","typescript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install check-sql-query","imports":["import { checkSqlQuery } from 'check-sql-query'","import type { SqlType } from 'check-sql-query'","import type { CheckSqlQueryResult } from 'check-sql-query'"]},{"cmd":"yarn add check-sql-query","imports":[]},{"cmd":"pnpm add check-sql-query","imports":[]}],"homepage":"https://github.com/beenotung/check-sql-query#readme","github":"https://github.com/beenotung/check-sql-query","docs":null,"changelog":null,"pypi":null,"npm":"check-sql-query","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}