3 مستودعات
Tools that automatically create entity-relationship diagrams from database schemas.
Distinct from Entity-Relationship Diagram Editors: Shortlist candidates are mostly editors or UML tools; this is an automated generator from SQL/ORM
Explore 3 awesome GitHub repositories matching data & databases · ER Diagram Generators. Refine with filters or upvote what's useful.
Liam هو أداة لتصور مخططات قواعد البيانات ومولد تفاعلي لمخططات الكيانات والعلاقات (ERD). يقوم بتحليل مخططات SQL وتنسيقات ORM لإنشاء تمثيلات مرئية لهياكل قواعد البيانات، مما يسمح للمستخدمين بتحليل علاقات الجداول والتنقل في التخطيطات المعقدة. يتميز المشروع بالتكامل مع خطوط أنابيب CI/CD، حيث يعمل كأداة لأتمتة التوثيق تقوم بمزامنة المخططات مع تغييرات مخطط قاعدة البيانات أثناء النشر. يدعم مشاركة وجهات نظر محددة للمخطط عبر روابط عرض تعتمد على الإحداثيات تلتقط مستويات تكبير دقيقة وعروضاً مصفاة. توفر الأداة مجموعة واسعة من إمكانيات التصور، بما في ذلك عرض اللوحة التفاعلية مع التحريك والتكبير، وتصفية العرض القائمة على الحالة لتقليل الفوضى البصرية، والمعالجة اليدوية للعقد لإعادة تنظيم التخطيطات. كما تدعم إنشاء مخططات ثابتة للاستخدام في المستودعات الداخلية.
Generates interactive entity-relationship diagrams by parsing database schemas from SQL dialects and ORM formats.
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
Automatically generates entity-relationship diagrams from database schemas to visualize table connections.
rails-erd is a Ruby on Rails ERD generator and database schema visualizer. It serves as an automated diagramming tool that analyzes model associations and attributes to create graphical domain models. The tool maps associations and inheritance patterns into visual entity-relationship diagrams, including specific support for visualizing single table inheritance. It allows for relationship notation customization, enabling users to toggle between simplified arrows and Bachman notation. The system provides multi-format diagram export for technical documentation and allows for the configuration o
Automatically creates entity-relationship diagrams from Ruby on Rails model associations and attributes.