What problem does it solve?
Reversa-data-master converts incomplete or messy database knowledge into complete, audit-friendly documentation, so teams can understand schemas, relationships, and embedded business rules without risky database access.
Core Features & Use Cases
- Database inventory & table documentation: Produces a structured inventory of tables/collections and their purposes, grouped by domain.
- Deep schema extraction: Captures columns, types, nullability, defaults, primary keys, foreign keys, indexes, and constraints from available DDL/migrations/ORM models/screenshots.
- Relationship & business rules mapping: Documents cardinalities, join/polymorphic relationships, and database-level logic such as triggers, stored procedures/functions, and views.
- ERD generation: Creates a Mermaid ER diagram (full and/or partial by domain) suitable for downstream System Design Documents.
Quick Start
Use the reversa-data-master skill to generate complete database documentation artifacts from your available DDL, migration files, ORM models, or read-only database metadata sources.