{"library":"friendly-sql","type":"library","category":null,"description":"Write SQL conveniently in Node.js projects by separating SQL statements into external .sql files with ID annotations. Current stable version is 0.1.5. This lightweight library avoids string concatenation and array joins by parsing SQL files and supporting variable substitution using braces and positional parameters. It is suitable for small to medium projects that prefer SQL-in-files over ORMs or template literals. No active development observed since 2016.","language":"javascript","status":"abandoned","version":"0.1.5","tags":["javascript","SQL"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install friendly-sql","imports":["const sql = require('friendly-sql').parse('family.sql');","import { parse } from 'friendly-sql';","import friendlySql from 'friendly-sql';"]},{"cmd":"yarn add friendly-sql","imports":[]},{"cmd":"pnpm add friendly-sql","imports":[]}],"homepage":"https://github.com/malcomwu/friendly-sql","github":"https://github.com/malcomwu/friendly-sql","docs":null,"changelog":null,"pypi":null,"npm":"friendly-sql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}