awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesDatabase Object Browsers

Interfaces for inspecting database objects such as schemas, tables, views, and routines without writing SQL.

Distinct from Database Object Editors: Distinct from Database Object Editors: focuses on browsing and inspection, not modification of object properties.

Explore 10 awesome GitHub repositories matching data & databases · Database Object Browsers. Refine with filters or upvote what's useful.

Awesome Database Object Browsers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tconbeer/harlequinAvatar von tconbeer

    tconbeer/harlequin

    6,165Auf GitHub ansehen↗

    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

    Runs introspection queries from the catalog to describe the schema of selected tables or views.

    Python
    Auf GitHub ansehen↗6,165
  • alibaba/alisqlAvatar von alibaba

    alibaba/AliSQL

    5,706Auf GitHub ansehen↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    MySQL allows inspecting schemas, tables, views, routines, users, background tasks, AI models, and vector stores without writing SQL.

    C++alisqldatabaseduckdb
    Auf GitHub ansehen↗5,706
  • supabase-community/postgres-language-serverAvatar von supabase-community

    supabase-community/postgres-language-server

    5,242Auf GitHub ansehen↗

    This project is a Language Server Protocol implementation for PostgreSQL that provides autocompletion, syntax diagnostics, and type checking for SQL and PL/pgSQL. It functions as a database schema validator and a static analysis engine designed to detect security vulnerabilities, performance bottlenecks, and dangerous migration patterns in database scripts. The server differentiates itself by using live database connections to provide schema-aware intelligence, allowing it to verify that tables, columns, and data types actually exist. It performs static analysis on procedural functions to det

    Displays detailed schema information, such as data types and parameters, when hovering over objects.

    Rustlanguage-server-protocolpostgres
    Auf GitHub ansehen↗5,242
  • achristmascarl/rainfrogAvatar von achristmascarl

    achristmascarl/rainfrog

    4,855Auf GitHub ansehen↗

    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

    Navigates database schemas, tables, and metadata in a tree view with keyboard and mouse support for filtering and inspection.

    Rustdatabase-managementmysqlpostgresql
    Auf GitHub ansehen↗4,855
  • gam-team/gamAvatar von GAM-team

    GAM-team/GAM

    4,206Auf GitHub ansehen↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Programmatically retrieves structural information and field definitions of custom schemas.

    Pythongamgooglegoogle-admin-sdk
    Auf GitHub ansehen↗4,206
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    The product retrieves a JSON representation of nodes, edges, constraints, and enums.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  • kuzudb/kuzuAvatar von kuzudb

    kuzudb/kuzu

    3,965Auf GitHub ansehen↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Fetches database configuration, extension status, and internal metadata through administrative functions.

    C++cypherdatabaseembeddable
    Auf GitHub ansehen↗3,965
  • tableplus/tableplusAvatar von TablePlus

    TablePlus/TablePlus

    3,799Auf GitHub ansehen↗

    TablePlus is a SQL database management GUI and professional administration tool designed for managing relational and NoSQL databases. It functions as a native SQL query client and relational data browser, providing a graphical interface for database administration, schema management, and data exploration. The project distinguishes itself through a staged-change commit system that buffers GUI-driven modifications locally for review before they are applied to the server. It also features a native-protocol connection layer for low-latency communication and secure connectivity via SSH tunneling.

    Provides a sidebar interface for browsing and inspecting tables, views, functions, and procedures.

    Auf GitHub ansehen↗3,799
  • cweijan/vscode-database-clientAvatar von cweijan

    cweijan/vscode-database-client

    2,885Auf GitHub ansehen↗

    Diese Erweiterung bietet ein einheitliches grafisches Interface zur Verwaltung relationaler und NoSQL-Datenbanken direkt innerhalb des Code-Editors. Sie dient als umfassende Umgebung für die Unterstützung des Datenbank-Lebenszyklus und ermöglicht es Benutzern, Schemata zu durchsuchen, benutzerdefinierte Abfragen auszuführen und administrative Aufgaben über verschiedene Servertypen hinweg durchzuführen. Das Tool zeichnet sich durch integrierte Unterstützung für sichere Konnektivität aus, einschließlich SSH-Tunneling und SSL-Zertifikatsverwaltung, neben automatisierten Schema-Dokumentations- und Visualisierungsfähigkeiten. Es erleichtert komplexe Datenoperationen durch das Verpacken externer Kommandozeilen-Dienstprogramme für zuverlässige Migrationen und Backups, während es synthetische Datengenerierung zur Unterstützung von Test-Workflows bereitstellt. Die Plattform deckt ein breites Spektrum an Datenbankverwaltungsfunktionen ab, einschließlich direkter Tabellendatensatz-Bearbeitung, Abfrage-Historien-Tracking und Ergebnismengen-Paginierung für große Datensätze. Sie enthält zudem Dienstprogramme für Remote-Dateiverwaltung und Echtzeit-Überwachung des Verbindungszustands, um einen konsistenten Zugriff auf Infrastrukturumgebungen sicherzustellen.

    Includes a built-in search function to quickly locate tables and database entities within the explorer panel.

    TypeScriptmysql-databasesqlvscode
    Auf GitHub ansehen↗2,885
  • aimeos/upschemeAvatar von aimeos

    aimeos/upscheme

    2,601Auf GitHub ansehen↗

    Registers custom methods on schema objects like tables and columns through a macro system.

    PHPdatabasedatabase-managementdatabase-migrations
    Auf GitHub ansehen↗2,601
  1. Home
  2. Data & Databases
  3. Database Object Editors
  4. Database Object Browsers

Unter-Tags erkunden

  • Schema Metadata RetrievalProgrammatic retrieval of database structural information including labels, types, and constraints. **Distinct from Schema Object Inspection:** Distinct from Schema Object Inspection, which focuses on visual editor hover-metadata; this is about retrieving a full JSON representation of the schema.
  • Schema Object Inspection1 Sub-TagVisual inspection of database schema properties within a developer tool. **Distinct from Database Object Browsers:** Specifically targets the inspection of object metadata (types, parameters) via hover in the editor, not general browsing.