Overview
dbscript operates on database schema information imported from an MS SQL Server database, or uploaded via .sql files containing CREATE statements, organizing the schema information in Project Versions.
Based on this data, users can define Value Scripts, compare schemas, and generate schema documentation:
http://www.devio.at/images/dbscript-overview-0.93-jan09-a5.png
How does this help developers?
Functionality | Activity |
Generate SQL statements from Schema information | Version Management, Release, Installation |
Generate XML representation of Schema information | Version Management, Documentation |
Generate C# const declarations | C# developer |
Generate SQL table data scripts | Version Management, Release, Installation |
Generate XML representation of table data | Version Management, Documentation |
Generate SQL statements from Schema Comparison | Version Management, Release, Upgrade |
Documentation Generator | Version Management, Documentation |