1 रिपॉजिटरी
Mechanisms for augmenting or overriding database schema metadata using external configuration without altering the physical database.
Distinct from Database Schema Migrations: Distinct from Database Schema Migrations as it does not change the actual DB structure, and distinct from Input Schema Augmentations which target AI tool inputs.
Explore 1 awesome GitHub repository matching data & databases · Schema Metadata Overrides. 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
Allows users to add or override table and column descriptions via configuration files without requiring database migrations.