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 is a database schema visualizer and interactive entity-relationship diagram generator. It parses SQL schemas and ORM formats to create visual representations of database structures, allowing users to analyze table relationships and navigate complex layouts. The project distinguishes itself through CI/CD pipeline integration, acting as a documentation automator that synchronizes diagrams with database schema changes during deployment. It supports sharing specific perspectives of a schema via coordinate-based view links that capture precise zoom levels and filtered views. The tool provide
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 एक Ruby on Rails ERD जनरेटर और डेटाबेस स्कीमा विज़ुअलाइज़र है। यह एक स्वचालित डायग्रामिंग टूल के रूप में कार्य करता है जो ग्राफिकल डोमेन मॉडल बनाने के लिए मॉडल एसोसिएशन और एट्रिब्यूट्स का विश्लेषण करता है। यह टूल एसोसिएशन और इनहेरिटेंस पैटर्न को विज़ुअल एंटिटी-रिलेशनशिप डायग्राम में मैप करता है, जिसमें सिंगल टेबल इनहेरिटेंस को विज़ुअलाइज़ करने के लिए विशिष्ट समर्थन शामिल है। यह रिलेशनशिप नोटेशन कस्टमाइज़ेशन की अनुमति देता है, जिससे उपयोगकर्ता सरलीकृत तीरों और Bachman नोटेशन के बीच टॉगल कर सकते हैं। यह सिस्टम तकनीकी दस्तावेज़ीकरण के लिए मल्टी-फॉर्मेट डायग्राम एक्सपोर्ट प्रदान करता है और डायग्राम लेआउट के कॉन्फ़िगरेशन की अनुमति देता है। यह डेटा लेयर के भीतर एट्रिब्यूट्स और एसोसिएशन को प्रोग्रामेटिक रूप से खोजने के लिए रिफ्लेक्शन-आधारित मेटाडेटा निरीक्षण का उपयोग करता है।
Automatically creates entity-relationship diagrams from Ruby on Rails model associations and attributes.