Dataedo is a powerful database documentation tool. It allows you to create data dictionaries (description of all tables, columns and relationships), create ER diagrams, document server scripts (stored procedures, functions and triggers).
It is a desktop application that connects to existing databases and imports schema, then enables users to provide descriptions and export documentation to PDF, HTML or Excel.
Architecture
- Documented databases - databases that you want to document
- Dataedo Editor - program that enables importing, describing and exporting
- Repository - this is where all documentation is stored (learn about Dataedo repository)
- Exports - exported documentation
Key process
Key process of documenting database with Dataedo looks like this:
- Import schema from database
- Describe database elements
- Export documentation (to PDF or HTML) (optional:)
- Update documentation when database schema changed
- Go to 2