SQL Formatter Plus Jinja

JSON →
library 1.3.8 ·javascript
verified Jun 4, 2026

SQL Formatter Plus Jinja (v1.3.8) is a fork of sql-formatter-plus that adds support for Jinja SQL templating syntax. It pretty-prints SQL queries with configurable indentation, uppercase keywords, and language-specific formatting for Standard SQL, N1QL, DB2, and PL/SQL. It supports named and indexed placeholder replacement for parametrized queries. The library is distributed as an ESM module via npm and can also be used directly in the browser via a script tag (global window.sqlFormatter). Compared to the original sql-formatter, this fork integrates Jinja-specific syntax highlighting, making it suitable for projects using Jinja templated SQL.