6 Repos
Utilities for generating visual or textual documentation from database schemas.
Distinguishing note: Focuses on documentation output rather than schema design or execution.
Explore 6 awesome GitHub repositories matching data & databases · Database Documentation Tools. Refine with filters or upvote what's useful.
gstack is an AI agent framework and development workflow system designed to automate the software development lifecycle. It coordinates specialized AI personas to manage tasks across product design, engineering management, and quality assurance, transforming product intent into technical specifications and final releases. The project is distinguished by its deep integration of headless browser automation and semantic code memory. It utilizes a persistent Chromium daemon for web scraping and visual auditing, and implements a searchable knowledge base that logs architectural decisions and repos
Synchronizes documentation structure and file paths automatically based on detected code changes.
DrawDB is a browser-based visual database modeler designed for creating, organizing, and documenting relational database schemas. It provides an interactive interface for drag-and-drop entity relationship mapping, allowing users to plan and visualize complex data architectures through a centralized workspace. The platform distinguishes itself by enabling real-time collaborative design, allowing teams to iterate on schemas while maintaining a single source of truth. It functions entirely on the client side, utilizing local memory for state management and saving data directly to the local file
Creates clear visual representations of database structures to assist in long-term maintenance.
ChartDB is a database schema visualizer and entity-relationship diagramming platform designed to help developers understand, design, and document complex data architectures. It functions as a visual workspace where users can create and modify database schemas, define table attributes, and map foreign key relationships. By parsing database metadata or SQL scripts, the tool generates interactive diagrams that provide a clear overview of structural interdependencies and data associations. The platform distinguishes itself through its focus on automated documentation and schema synchronization. I
Maintains synchronized visual documentation of database schemas through automated imports and background tasks.
Liam ist ein Visualisierungstool für Datenbankschemata und ein Generator für interaktive Entity-Relationship-Diagramme. Es parst SQL-Schemata und ORM-Formate, um visuelle Darstellungen von Datenbankstrukturen zu erstellen, mit denen Benutzer Tabellenbeziehungen analysieren und komplexe Layouts navigieren können. Das Projekt zeichnet sich durch CI/CD-Pipeline-Integration aus und fungiert als Dokumentationsautomatisierung, die Diagramme bei Deployments mit Datenbankschema-Änderungen synchronisiert. Es unterstützt das Teilen spezifischer Perspektiven eines Schemas über koordinatenbasierte View-Links, die präzise Zoomstufen und gefilterte Ansichten erfassen. Das Tool bietet eine breite Palette an Visualisierungsfunktionen, darunter interaktives Canvas-Rendering mit Panning und Zooming, zustandsbasierte Filterung zur Reduzierung visueller Unordnung und manuelle Knotenmanipulation zur Layout-Reorganisation. Zudem unterstützt es die Generierung statischer Diagramme für die Verwendung in internen Repositories.
Automates the synchronization of visual database documentation within deployment pipelines.
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
Generates structured reports and ER diagrams from database schemas in multiple formats.
DBML is a domain-specific language and schema definition language used for documenting database architecture and design. It provides a human-readable text format for defining database tables, columns, and relationships in a standardized way. The project functions as a relational schema parser and SQL schema generator. It transforms declarative design specifications into an abstract syntax tree for programmatic manipulation and converts these definitions into executable SQL statements across various database dialects. The system covers relational data modeling, database schema design, and arc
Creates a maintainable, version-controlled source of truth for database architecture and design.