Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Database delta script management utility Manages the deployment of numbered change scripts to a database, using a simple table in the database to track the current schema version. Support for multiple database platforms including MS SQL & Oracle. Port of dbdeploy to .NET

5.0
 
  1 review  |  2 users  |  7,503 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

SchemaSpy is a great utility for developing database documentation. This project is to create a custom NAnt task for SchemaSpy to provide an option for automated database documentation.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Sqlmake is an Oracle database schema deployment tool. It is used for Installing data model baseline from sql scripts Upgrading existing schema with data model with delta scripts Deploying stored procedures, views, grants to other users, private synonyms Development of this tool was motivated ... [More] with day to day issues around deployment of schema changes in development environments. With sqlmake it is very easy to keep local schema up to date with new changes from other developers. Database development must be based on sql scripts preferably stored in a version control like SVN: Data model changes are organized with delta scripts; sqlmake takes care of which delta scripts are already installed, which have to be installed, logs errors during install and so on Stored procedure changes are detected by comparing schema and sql scripts; if any differences are found they are automatically deployed to database schema One of the goals set when developing sqlmake was to make minimal impact to an existing database development process: Sql scripts require no additional choreography to be supported by sqlmake. Plain old SQL*Plus syntax is used. How SQL commands are placed inside scripts is completely up to user. All SQL commands can be in one big file for example, every command can be in its own file and so on. This way all existing data model and code generator output can be used with no changes. There is no custom XML or any other configuration needed when adding new content to schema PL/SQL development requires no additional work except for saving stored procedures as files. To start with sqlmake look at GettingStarted and examples included in Download section. [Less]

0
 
  0 reviews  |  0 users  |  9,778 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.