awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase Object Editors

Interfaces for modifying database object definitions and content.

Distinguishing note: Focuses on the editing of object properties and data content rather than just browsing.

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

Awesome Database Object Editors GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dbeaver/dbeaverdbeaver का अवतार

    dbeaver/dbeaver

    50,678GitHub पर देखें↗

    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

    Manages object details, data content, and entity-relationship diagrams through a tabbed interface.

    Javaaicopilotdatabase
    GitHub पर देखें↗50,678
  • tconbeer/harlequintconbeer का अवतार

    tconbeer/harlequin

    6,165GitHub पर देखें↗

    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

    Provides a tree-based browser for inspecting database schemas, tables, columns, and their types.

    Python
    GitHub पर देखें↗6,165
  • heidisql/heidisqlHeidiSQL का अवतार

    HeidiSQL/HeidiSQL

    6,129GitHub पर देखें↗

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

    Creates and modifies tables, views, stored procedures, triggers, and events through visual editors.

    Pascal
    GitHub पर देखें↗6,129
  • alibaba/alisqlalibaba का अवतार

    alibaba/AliSQL

    5,706GitHub पर देखें↗

    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-serversupabase-community का अवतार

    supabase-community/postgres-language-server

    5,242GitHub पर देखें↗

    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/rainfrogachristmascarl का अवतार

    achristmascarl/rainfrog

    4,855GitHub पर देखें↗

    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/gamGAM-team का अवतार

    GAM-team/GAM

    4,206GitHub पर देखें↗

    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/memgraphmemgraph का अवतार

    memgraph/memgraph

    4,163GitHub पर देखें↗

    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/kuzukuzudb का अवतार

    kuzudb/kuzu

    3,965GitHub पर देखें↗

    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/tableplusTablePlus का अवतार

    TablePlus/TablePlus

    3,799GitHub पर देखें↗

    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-clientcweijan का अवतार

    cweijan/vscode-database-client

    2,885GitHub पर देखें↗

    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/upschemeaimeos का अवतार

    aimeos/upscheme

    2,601GitHub पर देखें↗

    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

सब-टैग एक्सप्लोर करें

  • Database Object Browsers2 सब-टैग्स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.