js-sql
JSON →js-sql is a transpiler that allows you to embed SQL directly in JavaScript code using JSX-like template syntax (<sql>...</sql>). It supports variable interpolation, parameter placeholders ($1, $2...), and function calls inside SQL blocks. The current stable version is 0.0.3, and it appears to be in early development with no recent updates. It differentiates itself by offering compile-time SQL embedding without runtime string concatenation, but it is unmaintained and lacks type safety or modern tooling integration.