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

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

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

antlr/codebuff

0
View on GitHub↗
477 星标·85 分支·Java·BSD-2-Clause·2 次浏览

Codebuff

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

Features

  • SQL Formatting - Machine learning-based pretty-printing for various languages.

Star 历史

antlr/codebuff 的 Star 历史图表antlr/codebuff 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Codebuff 的开源替代方案

相似的开源项目,按与 Codebuff 的功能重合度排序。
  • 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
  • zeroturnaround/sql-formatterzeroturnaround 的头像

    zeroturnaround/sql-formatter

    2,870在 GitHub 上查看↗

    A whitespace formatter for different query languages

    TypeScript
    在 GitHub 上查看↗2,870
查看 Codebuff 的所有 7 个替代方案→

常见问题解答

antlr/codebuff 是做什么的?

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

antlr/codebuff 的主要功能有哪些?

antlr/codebuff 的主要功能包括:SQL Formatting。

antlr/codebuff 有哪些开源替代品?

antlr/codebuff 的开源替代品包括: 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. zeroturnaround/sql-formatter — A whitespace formatter for different query languages. 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…