From b700a6950e5657d83ac7667ce10917a05c353157 Mon Sep 17 00:00:00 2001 From: manticore-projects Date: Fri, 20 Dec 2024 02:10:26 +0700 Subject: [PATCH] Add link to JSQLFormatter (#422) [JSQLFormatter](https://github.com/manticore-projects/jsqlformatter) - Java SQL Formatter for many RDBMS based on [JSqlParser](https://github.com/JSQLParser/JSqlParser). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51a1730..6bd305e 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ Low-code and no-code platforms for application building ### Formatters - [CodeBuff](https://github.com/antlr/codebuff) - Language-agnostic pretty-printing through machine learning. +- [JSQLFormatter](https://github.com/manticore-projects/jsqlformatter) - Open Source Java SQL Formatter for many RDBMS based on [JSqlParser](https://github.com/JSQLParser/JSqlParser). - [pgFormatter](https://github.com/darold/pgFormatter) - A PostgreSQL SQL syntax beautifier. - [Poor SQL](https://poorsql.com) - Instant free and open-source T-SQL formatting. - [SQL Formatter](https://github.com/zeroturnaround/sql-formatter) - JavaScript library for pretty-printing SQL queries.