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

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

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

10 مستودعات

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

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

    tconbeer/harlequin

    6,165عرض على 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

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

    Python
    عرض على GitHub↗6,165
  • alibaba/alisqlالصورة الرمزية لـ alibaba

    alibaba/AliSQL

    5,706عرض على GitHub↗

    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
    عرض على GitHub↗5,706
  • supabase-community/postgres-language-serverالصورة الرمزية لـ supabase-community

    supabase-community/postgres-language-server

    5,242عرض على GitHub↗

    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
    عرض على GitHub↗5,242
  • achristmascarl/rainfrogالصورة الرمزية لـ achristmascarl

    achristmascarl/rainfrog

    4,855عرض على 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

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

    Rustdatabase-managementmysqlpostgresql
    عرض على GitHub↗4,855
  • gam-team/gamالصورة الرمزية لـ GAM-team

    GAM-team/GAM

    4,206عرض على GitHub↗

    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
    عرض على GitHub↗4,206
  • memgraph/memgraphالصورة الرمزية لـ memgraph

    memgraph/memgraph

    4,163عرض على GitHub↗

    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
    عرض على GitHub↗4,163
  • kuzudb/kuzuالصورة الرمزية لـ kuzudb

    kuzudb/kuzu

    3,965عرض على GitHub↗

    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
    عرض على GitHub↗3,965
  • tableplus/tableplusالصورة الرمزية لـ TablePlus

    TablePlus/TablePlus

    3,799عرض على GitHub↗

    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.

    عرض على GitHub↗3,799
  • cweijan/vscode-database-clientالصورة الرمزية لـ cweijan

    cweijan/vscode-database-client

    2,885عرض على GitHub↗

    This extension provides a unified graphical interface for managing relational and NoSQL databases directly within the code editor. It serves as a comprehensive environment for database lifecycle support, enabling users to browse schemas, execute custom queries, and perform administrative tasks across multiple server types. The tool distinguishes itself through integrated support for secure connectivity, including SSH tunneling and SSL certificate management, alongside automated schema documentation and visualization capabilities. It facilitates complex data operations by wrapping external com

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

    TypeScriptmysql-databasesqlvscode
    عرض على GitHub↗2,885
  • aimeos/upschemeالصورة الرمزية لـ aimeos

    aimeos/upscheme

    2,601عرض على GitHub↗

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

    PHPdatabasedatabase-managementdatabase-migrations
    عرض على GitHub↗2,601
  1. Home
  2. Data & Databases
  3. Database Object Editors
  4. Database Object Browsers

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

  • 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 وسم فرعيVisual 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.