{"library":"like-sql","type":"library","category":null,"description":"like-sql is a lightweight SQL query builder for Node.js (v0.3.0). It provides a simple API for building common SQL statements (CREATE/DROP DATABASE, INSERT, SELECT, SELECT ONE, EXISTS, COUNT, UPDATE, DELETE) with parameterized queries. It is designed to be extended for specific database drivers (e.g., mysql2). The library uses a builder pattern returning arrays of [sql, values]. It has a small footprint, no runtime dependencies, and is released under MIT. Compared to larger ORMs, like-sql focuses on minimal syntax and direct SQL generation.","language":"javascript","status":"active","version":"0.3.0","tags":["javascript","like","sql","mysql","simple"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install like-sql","imports":["const SQL = require('like-sql')","const SQL = require('like-sql'); const builder = new SQL()","import likeSql from 'like-sql'; const builder = new likeSql()"]},{"cmd":"yarn add like-sql","imports":[]},{"cmd":"pnpm add like-sql","imports":[]}],"homepage":"https://github.com/LuKks/like-sql","github":"https://github.com/LuKks/like-sql","docs":null,"changelog":null,"pypi":null,"npm":"like-sql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}