friendly-sql

JSON →
library 0.1.5 ·javascript abandoned
verified Jun 5, 2026

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.