1 repositorio
The definition of logical relationships between tables via configuration for databases without native constraints.
Distinct from Foreign Key Constraints: Focuses on the simulation of relationships for documentation/analysis rather than DB-enforced integrity.
Explore 1 awesome GitHub repository matching data & databases · Virtual Relationship Mapping. 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
Specifies table relationships and foreign key connections via configuration for databases lacking native constraints.