1 Repo
Tools that analyze database schema definitions against rules to ensure quality and consistency.
Distinct from Database Consistency Checks: Distinct from general consistency checks or query linters; specifically analyzes the structural definition of the schema.
Explore 1 awesome GitHub repository matching data & databases · SQL Schema Linters. 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
Checks database structures against predefined rules to ensure schema consistency and quality.