{"library":"sql-match","type":"library","category":null,"description":"A spec-compliant implementation of SQL LIKE pattern matching for Node.js (version 2.0.0). It supports % and _ wildcards with backslash escaping, matching JavaScript strings against SQL-like patterns. No external dependencies. Released as an ESM-only module since v2.0.0. Differentiators: lightweight, no dependencies, simple API with two functions (isSQLMatch, sqlToRegex) for direct comparison or reusable regex creation. Not actively maintained, but API stable.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","match","sql","wildcard"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sql-match","imports":["import { isSQLMatch } from 'sql-match'","import { sqlToRegex } from 'sql-match'","import sqlMatch from 'sql-match'"]},{"cmd":"yarn add sql-match","imports":[]},{"cmd":"pnpm add sql-match","imports":[]}],"homepage":"https://github.com/stevenvachon/sql-match#readme","github":"https://github.com/stevenvachon/sql-match","docs":null,"changelog":null,"pypi":null,"npm":"sql-match","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}