My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

About DbVerse

DbVerse offers .NET development teams an efficient and easy to use tool for database change management. It is primarily targeted at MS SQL Server environments.

DbVerse provides two interrelated feature sets:

  1. An API that allows developers author database changes in C#
  2. A mechanism to automatically propagate database changes across all environments

DbVerse offers some notable benefits:

  • Easily integrates with any continuous build process to facilitate running integration tests in the CI environment
  • Database change code is versioned and thus is instantly available to all developers
  • DbVerse knows the state of each database environment. It automatically applies only new changes to any given environment. No thought required
  • Setup is easy. DbVerse uses a project template to simplify setup for each application
  • Uses convention to simplify the authoring API
  • Authoring API uses a fluent interface, which makes it easy to write highly expressive code

Authoring Code Samples

Code samples are here.

Getting Started

Download the DbVerse Database Project template under Downloads, and read Using DbVerse. The source code includes a sample project, which illustrates how to author database changes. The authoring API includes complete intellisense documentation.

Credits

DbVerse uses Castle Windsor for IoC.

Powered by Google Project Hosting