awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesSQL Formatting

Utilities for pretty-printing and beautifying SQL code.

Explore 9 awesome GitHub repositories matching part of an awesome list · SQL Formatting. Refine with filters or upvote what's useful.

Awesome SQL Formatting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dbcli/mycliالصورة الرمزية لـ dbcli

    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

    Adjusts indentation and line breaks in SQL statements to improve human readability.

    Pythonauto-completiondatabasemycli
    عرض على GitHub↗11,932
  • thoughtbot/guidesالصورة الرمزية لـ thoughtbot

    thoughtbot/guides

    9,556عرض على GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Defines consistent casing and formatting standards for SQL keywords and identifiers to improve script readability.

    Ruby
    عرض على GitHub↗9,556
  • xiaomi/soarالصورة الرمزية لـ XiaoMi

    XiaoMi/soar

    8,770عرض على GitHub↗

    Soar is a suite of specialized tools designed for analyzing MySQL performance, advising on indexing, and optimizing SQL syntax. It functions as a performance analyzer, index advisor, and query optimizer to identify bottlenecks and suggest structural improvements for faster execution. The project distinguishes itself through a system for rewriting SQL statements into optimized equivalent versions using custom heuristic rules and patterns. It also features a dedicated index advisor that evaluates query patterns and database metadata to recommend the creation of new indexes. Its broader capabil

    Rearranges SQL text into a standardized and readable layout for easier human review.

    Goadvisorauditorcommand-line
    عرض على GitHub↗8,770
  • pawelsalawa/sqlitestudioالصورة الرمزية لـ pawelsalawa

    pawelsalawa/sqlitestudio

    6,428عرض على GitHub↗

    SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data

    Provides extensive SQL formatting customization through configurable options in the settings dialog.

    Ccppdatabasedatabase-management
    عرض على GitHub↗6,428
  • datlechin/tableproالصورة الرمزية لـ datlechin

    datlechin/TablePro

    4,471عرض على GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Maintains consistent query syntax by automatically converting SQL keywords to uppercase.

    Swift
    عرض على GitHub↗4,471
  • andialbrecht/sqlparseالصورة الرمزية لـ andialbrecht

    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.

    Offers utilities for pretty-printing and beautifying SQL code via consistent indentation and casing.

    Python
    عرض على GitHub↗4,008
  • zeroturnaround/sql-formatterالصورة الرمزية لـ zeroturnaround

    zeroturnaround/sql-formatter

    2,870عرض على GitHub↗

    A whitespace formatter for different query languages

    JavaScript library for pretty-printing SQL queries.

    TypeScript
    عرض على GitHub↗2,870
  • antlr/codebuffالصورة الرمزية لـ antlr

    antlr/codebuff

    477عرض على GitHub↗

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

    Machine learning-based pretty-printing for various languages.

    Java
    عرض على GitHub↗477
  • manticore-projects/jsqlformatterالصورة الرمزية لـ manticore-projects

    manticore-projects/jsqlformatter

    42عرض على GitHub↗

    Java SQL Formatter, Beautifier and Pretty Printer

    Java-based SQL formatter for multiple RDBMS.

    PLpgSQL
    عرض على GitHub↗42
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. SQL Formatting

استكشف الوسوم الفرعية

  • Configurable SQL FormattersSQL formatting tools with extensive customization options for keyword casing and whitespace. **Distinct from SQL Formatting:** Distinct from SQL Formatting: focuses on advanced configurable options rather than basic pretty-printing.