awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

3 dépôts

Awesome GitHub RepositoriesSQL Syntax Highlighting

Visual color coding of SQL keywords and literals based on grammar rules.

Distinct from SQL Statement Parsing: Candidates focus on SQL generation or parsing logic rather than visual syntax highlighting for the user.

Explore 3 awesome GitHub repositories matching user interface & experience · SQL Syntax Highlighting. Refine with filters or upvote what's useful.

Awesome SQL Syntax Highlighting GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dbcli/pgcliAvatar de dbcli

    dbcli/pgcli

    13,231Voir sur GitHub↗

    pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure

    Applies real-time color coding to SQL keywords and literals for improved readability.

    Pythondatabasepostgrespostgresql
    Voir sur GitHub↗13,231
  • pawelsalawa/sqlitestudioAvatar de pawelsalawa

    pawelsalawa/sqlitestudio

    6,428Voir sur 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 SQL syntax highlighting with automatic recognition of database objects as you type.

    Ccppdatabasedatabase-management
    Voir sur GitHub↗6,428
  • jdorn/sql-formatterAvatar de jdorn

    jdorn/sql-formatter

    3,857Voir sur GitHub↗

    This project is a PHP library designed for parsing, beautifying, and syntax-highlighting SQL queries. It provides a set of utilities to improve the readability of database code, facilitate debugging, and assist in the maintenance of complex query structures. The library distinguishes itself by offering both aesthetic and functional processing capabilities. It can transform raw SQL strings into structured, indented formats for human review, or compress them by removing comments and unnecessary whitespace to optimize them for network transmission and logging. Additionally, it includes a syntax

    Applies color-coded formatting to SQL queries to make complex logic easier to scan and troubleshoot.

    HTML
    Voir sur GitHub↗3,857
  1. Home
  2. User Interface & Experience
  3. SQL Syntax Highlighting