awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Clients SQL de bureau multi-moteurs

Classement mis à jour le 30 juin 2026

For un client desktop pour mes bases de données SQL, the strongest matches are achristmascarl/rainfrog (Rainfrog is a terminal-based database client that connects to), dbeaver/dbeaver (DBeaver is a universal desktop SQL client that natively) and ottermind/chat2db (Chat2DB is a full-featured multi-database SQL client that supports). jorgerojas26/lazysql and beekeeper-studio/beekeeper-studio round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Outils de gestion de base de données multiplateformes pour interroger et administrer les systèmes PostgreSQL, MySQL et SQLite.

Clients SQL de bureau multi-moteurs

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

    achristmascarl/rainfrog

    4,855Voir sur GitHub↗

    Rainfrog is a terminal-based database client that connects to multiple database engines, combining schema browsing, interactive SQL query execution, and inline data editing into a single terminal interface. It provides a tree navigator for exploring tables, columns, and indexes, and an inline cell editor that automatically constructs and executes the necessary UPDATE statements when a cell value is changed. The application also supports modal Vim-style keyboard shortcuts for cursor movement and editing, making it usable entirely from the keyboard. Query results are fetched in chunks and pagin

    Rainfrog is a terminal-based database client that connects to PostgreSQL, MySQL, and SQLite, offering a schema browser and SQL query editor, making it a fitting open-source desktop application for managing multiple SQL databases, though it uses a terminal interface rather than a GUI.

    RustDatabase Management ClientsDatabase Schema ExplorersMulti-Database Connections
    Voir sur GitHub↗4,855
  • dbeaver/dbeaverAvatar de dbeaver

    dbeaver/dbeaver

    50,678Voir sur GitHub↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    DBeaver is a universal desktop SQL client that natively supports PostgreSQL, MySQL, and SQLite among many others, with a full SQL query editor, visual schema browser, connection management, and data import/export via its extensible plugin architecture, making it precisely what you need.

    JavaDatabase Management ClientsDatabase Browsers
    Voir sur GitHub↗50,678
  • ottermind/chat2dbAvatar de OtterMind

    OtterMind/Chat2DB

    25,784Voir sur GitHub↗

    Chat2DB is an AI-powered SQL client and multi-database GUI manager designed for managing various relational and NoSQL database systems. It serves as a visual database management tool and a natural language to SQL interface, allowing users to convert plain text descriptions into executable and optimized queries. The platform distinguishes itself through automated business intelligence capabilities, which include the generation of real-time data visualization dashboards and AI-driven data analysis from spreadsheets. To ensure data privacy, it supports secure local AI deployment, enabling large

    Chat2DB is a full-featured multi-database SQL client that supports MySQL, PostgreSQL, SQLite, and many others, with a SQL query editor, visual management, data import/export, and cross-platform Java desktop deployment, directly meeting all your required features.

    JavaDatabase Management ClientsDatabase Schema Visualizers
    Voir sur GitHub↗25,784
  • jorgerojas26/lazysqlAvatar de jorgerojas26

    jorgerojas26/lazysql

    3,481Voir sur GitHub↗

    LazySQL is a terminal user interface database manager and SQL client. It functions as a query runner and connection manager for interacting with SQL databases from the command line. The project features a read-only connection mode that blocks mutation commands to prevent accidental data loss. It supports automated pre-connection tasks, including the execution of shell commands and the establishment of SSH tunnels, and allows for both global and project-specific configuration. The interface provides a tree-based schema browser for navigating tables, a dedicated SQL query editor with tabular r

    LazySQL is a terminal-based SQL client and database manager that provides a SQL query editor, a tree-based schema browser, and connection management for multiple SQL databases, making it a fitting multi-database client despite its command-line interface rather than a traditional GUI.

    GoDatabase Schema ExplorersSQL Query EditorsDatabase Browsers
    Voir sur GitHub↗3,481
  • beekeeper-studio/beekeeper-studioAvatar de beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Voir sur GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Beekeeper Studio is a cross-platform desktop SQL client that connects to MySQL, PostgreSQL, SQLite, and many other databases, offering a SQL editor, visual schema browsing, and connection management—exactly the kind of multi-database management tool you're looking for.

    TypeScriptConnection ManagersDatabase Schema VisualizersMulti-Database Connections
    Voir sur GitHub↗22,030
  • dbgate/dbgateAvatar de dbgate

    dbgate/dbgate

    6,769Voir sur GitHub↗

    DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc

    DbGate is a universal database management tool and SQL client that supports PostgreSQL, MySQL, SQLite, and many more, with a SQL editor, schema browser, data import/export, and cross-platform desktop clients — exactly matching every feature you listed.

    SvelteMulti-Database ConnectionsSQL Query EditorsData Export
    Voir sur GitHub↗6,769
  • tconbeer/harlequinAvatar de tconbeer

    tconbeer/harlequin

    6,165Voir sur GitHub↗

    Harlequin is a terminal-based SQL IDE that runs queries against DuckDB and SQLite databases, with a plug-in adapter system for connecting to additional database engines. It provides a full-screen text editor with syntax highlighting and fuzzy autocomplete for writing SQL, and displays query results in a scrollable table within the terminal. The application distinguishes itself through a tree-based data catalog that lets you browse database schemas, local files, and remote S3 objects, with the ability to insert or copy paths directly into the query editor. It supports custom key bindings throu

    Harlequin is a terminal-based SQL IDE that natively supports DuckDB and SQLite, and can connect to additional SQL databases like MySQL through its plug-in adapter system, making it a viable open-source multi-database client for your desktop, though MySQL support requires setup beyond the default installation.

    PythonMulti-Database ConnectionsSQL EditorsSQL Query Editors
    Voir sur GitHub↗6,165
  • chat2db/chat2dbAvatar de chat2db

    chat2db/Chat2DB

    25,762Voir sur GitHub↗

    Chat2DB is an AI-powered SQL client and multi-database management GUI. It serves as a centralized graphical interface for administering diverse relational and non-relational database engines, integrating large language models to transform natural language prompts into executable SQL statements and application code. The tool utilizes schema-aware prompt engineering to inject database metadata into AI requests, ensuring generated queries match the actual schema. It also functions as an AI data reporting tool, using artificial intelligence to create dashboards and visual reports directly from da

    Chat2DB is a desktop GUI that connects to multiple SQL databases (including MySQL, SQLite) and provides an AI-powered SQL editor with schema awareness, fitting the search for a multi-database SQL client.

    JavaMulti-Database Connections
    Voir sur GitHub↗25,762
  • heidisql/heidisqlAvatar de HeidiSQL

    HeidiSQL/HeidiSQL

    6,129Voir sur GitHub↗

    A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal

    HeidiSQL is a lightweight desktop client that connects to and manages MariaDB, MySQL, SQL Server, PostgreSQL, and SQLite via a GUI, including import/export and connection management, which matches the need for a multi-database SQL client—though its cross‑platform support is not explicit in the evidence.

    PascalSQL Query Editors
    Voir sur GitHub↗6,129
  • frectonz/sql-studioAvatar de frectonz

    frectonz/sql-studio

    3,549Voir sur GitHub↗

    SQL Studio is a web-based database management platform designed to provide a unified interface for interacting with multiple relational database engines and structured file formats. It functions as a comprehensive client that enables users to browse database records, inspect schema metadata, and execute custom queries through a centralized dashboard. The platform distinguishes itself by offering both remote database connectivity and serverless, in-browser analysis of flat files such as Parquet and CSV. It incorporates an intelligent code-aware editor that supports syntax highlighting and cont

    SQL Studio is a desktop SQL database explorer that supports multiple databases including SQLite, MySQL, and PostgreSQL, with a likely SQL query editor and schema browser, fitting the search for a multi-database SQL client.

    RustDatabase Schema VisualizersSQL Query Editors
    Voir sur GitHub↗3,549
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
achristmascarl/rainfrog4.9KRustmit21 févr. 2026
dbeaver/dbeaver50.7KJavaApache-2.023 juin 2026
ottermind/chat2db25.8KJavaApache-2.018 juin 2026
jorgerojas26/lazysql3.5KGomit17 févr. 2026
beekeeper-studio/beekeeper-studio22KTypeScriptother20 févr. 2026
dbgate/dbgate6.8KSveltegpl-3.020 févr. 2026
tconbeer/harlequin6.2KPythonMIT17 juin 2026
chat2db/chat2db25.8KJavaApache-2.016 juin 2026
heidisql/heidisql6.1KPascalGPL-2.017 juin 2026
frectonz/sql-studio3.5KRustMIT15 mars 2026

Related searches

  • an open source database management tool
  • un outil visuel de gestion de base de données pour les requêtes
  • un client en ligne de commande pour bases de données SQL
  • une base de données SQL embarquée pour mon application
  • un notebook pour exécuter du SQL
  • un système de gestion de base de données relationnelle pour développeurs
  • une interface d'administration web auto-hébergée pour base de données
  • vérifier mes requêtes SQL pour Rust