awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zeroturnaround avatar

zeroturnaround/sql-formatter

0
View on GitHub↗
2,870 stars·450 forks·TypeScript·MIT·2 viewssql-formatter-org.github.io/sql-formatter↗

Sql Formatter

A whitespace formatter for different query languages

Features

  • SQL Formatting - JavaScript library for pretty-printing SQL queries.

Star history

Star history chart for zeroturnaround/sql-formatterStar history chart for zeroturnaround/sql-formatter

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sql Formatter

Similar open-source projects, ranked by how many features they share with Sql Formatter.
  • andialbrecht/sqlparseandialbrecht avatar

    andialbrecht/sqlparse

    4,008View on GitHub↗

    sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a non-validating parser that breaks down SQL text into tokens and a utility to divide strings containing multiple queries into individual statements. The project includes a code formatter that reorganizes SQL statements using consistent indentation and keyword casing. It also provides mechanisms for automating this formatting and linting process through version control hooks to maintain code consistency.

    Python
    View on GitHub↗4,008
  • dbcli/myclidbcli avatar

    dbcli/mycli

    11,932View on GitHub↗

    mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal interface for executing queries and managing MySQL connections, incorporating an integrated assistant that uses large language models to generate and analyze SQL statements based on the current database schema. The tool provides specialized query authoring capabilities, including context-sensitive syntax suggestions, fuzzy-matching identifier completion for tables and columns, and the ability to handover query buffers to external system text editors. It distinguishes its connec

    Pythonauto-completiondatabasemycli
    View on GitHub↗11,932
  • manticore-projects/jsqlformattermanticore-projects avatar

    manticore-projects/jsqlformatter

    42View on GitHub↗

    Java SQL Formatter, Beautifier and Pretty Printer

    PLpgSQL
    View on GitHub↗42
  • antlr/codebuffantlr avatar

    antlr/codebuff

    477View on GitHub↗

    Language-agnostic pretty-printing through machine learning (uh, like, is this possible? YES, apparently).

    Java
    View on GitHub↗477
See all 7 alternatives to Sql Formatter→

Frequently asked questions

What does zeroturnaround/sql-formatter do?

A whitespace formatter for different query languages

What are the main features of zeroturnaround/sql-formatter?

The main features of zeroturnaround/sql-formatter are: SQL Formatting.

What are some open-source alternatives to zeroturnaround/sql-formatter?

Open-source alternatives to zeroturnaround/sql-formatter include: andialbrecht/sqlparse — sqlparse is a Python library for the programmatic analysis and manipulation of SQL statements. It provides a… dbcli/mycli — mycli is a MySQL command line client, database administration tool, and SQL query editor. It functions as a terminal… manticore-projects/jsqlformatter — Java SQL Formatter, Beautifier and Pretty Printer. antlr/codebuff — Language-agnostic pretty-printing through machine learning (uh, like, is this possible? YES, apparently). pawelsalawa/sqlitestudio — SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a… thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding…