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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesDatabase Documentation Tools

Utilities for generating visual or textual documentation from database schemas.

Distinguishing note: Focuses on documentation output rather than schema design or execution.

Explore 6 awesome GitHub repositories matching data & databases · Database Documentation Tools. Refine with filters or upvote what's useful.

Awesome Database Documentation Tools GitHub Repositories

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

    garrytan/gstack

    110,596عرض على GitHub↗

    gstack is an AI agent framework and development workflow system designed to automate the software development lifecycle. It coordinates specialized AI personas to manage tasks across product design, engineering management, and quality assurance, transforming product intent into technical specifications and final releases. The project is distinguished by its deep integration of headless browser automation and semantic code memory. It utilizes a persistent Chromium daemon for web scraping and visual auditing, and implements a searchable knowledge base that logs architectural decisions and repos

    Synchronizes documentation structure and file paths automatically based on detected code changes.

    TypeScript
    عرض على GitHub↗110,596
  • drawdb-io/drawdbالصورة الرمزية لـ drawdb-io

    drawdb-io/drawdb

    37,382عرض على GitHub↗

    DrawDB is a browser-based visual database modeler designed for creating, organizing, and documenting relational database schemas. It provides an interactive interface for drag-and-drop entity relationship mapping, allowing users to plan and visualize complex data architectures through a centralized workspace. The platform distinguishes itself by enabling real-time collaborative design, allowing teams to iterate on schemas while maintaining a single source of truth. It functions entirely on the client side, utilizing local memory for state management and saving data directly to the local file

    Creates clear visual representations of database structures to assist in long-term maintenance.

    JavaScriptdatabase-schemadiagram-editoreditor
    عرض على GitHub↗37,382
  • chartdb/chartdbالصورة الرمزية لـ chartdb

    chartdb/chartdb

    21,286عرض على GitHub↗

    ChartDB is a database schema visualizer and entity-relationship diagramming platform designed to help developers understand, design, and document complex data architectures. It functions as a visual workspace where users can create and modify database schemas, define table attributes, and map foreign key relationships. By parsing database metadata or SQL scripts, the tool generates interactive diagrams that provide a clear overview of structural interdependencies and data associations. The platform distinguishes itself through its focus on automated documentation and schema synchronization. I

    Maintains synchronized visual documentation of database schemas through automated imports and background tasks.

    TypeScriptdatabasedbdb-migration
    عرض على GitHub↗21,286
  • liam-hq/liamالصورة الرمزية لـ liam-hq

    liam-hq/liam

    4,838عرض على GitHub↗

    Liam هو أداة لتصور مخططات قواعد البيانات ومولد تفاعلي لمخططات الكيانات والعلاقات (ERD). يقوم بتحليل مخططات SQL وتنسيقات ORM لإنشاء تمثيلات مرئية لهياكل قواعد البيانات، مما يسمح للمستخدمين بتحليل علاقات الجداول والتنقل في التخطيطات المعقدة. يتميز المشروع بالتكامل مع خطوط أنابيب CI/CD، حيث يعمل كأداة لأتمتة التوثيق تقوم بمزامنة المخططات مع تغييرات مخطط قاعدة البيانات أثناء النشر. يدعم مشاركة وجهات نظر محددة للمخطط عبر روابط عرض تعتمد على الإحداثيات تلتقط مستويات تكبير دقيقة وعروضاً مصفاة. توفر الأداة مجموعة واسعة من إمكانيات التصور، بما في ذلك عرض اللوحة التفاعلية مع التحريك والتكبير، وتصفية العرض القائمة على الحالة لتقليل الفوضى البصرية، والمعالجة اليدوية للعقد لإعادة تنظيم التخطيطات. كما تدعم إنشاء مخططات ثابتة للاستخدام في المستودعات الداخلية.

    Automates the synchronization of visual database documentation within deployment pipelines.

    TypeScript
    عرض على GitHub↗4,838
  • k1low/tblsالصورة الرمزية لـ k1LoW

    k1LoW/tbls

    4,254عرض على GitHub↗

    tbls is a Go-based command line utility used for documenting, analyzing, and linting relational database schemas. It functions as a documentation tool that generates structured reports and entity-relationship diagrams in Markdown, JSON, or Excel formats, as well as a schema diff tool for identifying discrepancies between a live database and its documentation. The project allows for schema augmentation and the definition of virtual relationships through external configuration files, enabling metadata overrides and table connections without requiring database migrations or native constraints. I

    Generates structured reports and ER diagrams from database schemas in multiple formats.

    Go
    عرض على GitHub↗4,254
  • holistics/dbmlالصورة الرمزية لـ holistics

    holistics/dbml

    3,520عرض على GitHub↗

    DBML is a domain-specific language and schema definition language used for documenting database architecture and design. It provides a human-readable text format for defining database tables, columns, and relationships in a standardized way. The project functions as a relational schema parser and SQL schema generator. It transforms declarative design specifications into an abstract syntax tree for programmatic manipulation and converts these definitions into executable SQL statements across various database dialects. The system covers relational data modeling, database schema design, and arc

    Creates a maintainable, version-controlled source of truth for database architecture and design.

    JavaScriptdatabase-schemadbmldbx
    عرض على GitHub↗3,520
  1. Home
  2. Data & Databases
  3. Database Documentation Tools

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

  • Automated Documentation SynchronizersBackground tasks that refresh visual diagrams to match live database structures. **Distinct from Database Documentation Tools:** Distinct from Database Documentation Tools: focuses on automated synchronization with live schemas, not just static generation.