awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zeroturnaround avatar

zeroturnaround/sql-formatter

0
View on GitHub↗
2,870 星标·450 分支·TypeScript·MIT·2 次浏览sql-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 历史

zeroturnaround/sql-formatter 的 Star 历史图表zeroturnaround/sql-formatter 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

zeroturnaround/sql-formatter 是做什么的?

A whitespace formatter for different query languages

zeroturnaround/sql-formatter 的主要功能有哪些?

zeroturnaround/sql-formatter 的主要功能包括:SQL Formatting。

zeroturnaround/sql-formatter 有哪些开源替代品?

zeroturnaround/sql-formatter 的开源替代品包括: 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…

Sql Formatter 的开源替代方案

相似的开源项目,按与 Sql Formatter 的功能重合度排序。
  • andialbrecht/sqlparseandialbrecht 的头像

    andialbrecht/sqlparse

    4,008在 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
    在 GitHub 上查看↗4,008
  • dbcli/myclidbcli 的头像

    dbcli/mycli

    11,932在 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
    在 GitHub 上查看↗11,932
  • manticore-projects/jsqlformattermanticore-projects 的头像

    manticore-projects/jsqlformatter

    42在 GitHub 上查看↗

    Java SQL Formatter, Beautifier and Pretty Printer

    PLpgSQL
    在 GitHub 上查看↗42
  • antlr/codebuffantlr 的头像

    antlr/codebuff

    477在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗477
  • 查看 Sql Formatter 的所有 7 个替代方案→