1 مستودع
Logical groupings of database tables into domain-specific perspectives for curated documentation.
Distinct from Domain Grouping: Unlike Domain Grouping in the candidates, this refers to documenting the database schema by domain, not grouping content submissions.
Explore 1 awesome GitHub repository matching data & databases · Schema Viewpoints. Refine with filters or upvote what's useful.
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
Organizes database tables into domain-based categories to create curated views of the overall schema.