Found 70 packages
RoundhousE is a Professional Database Change and Versioning Management tool. Type rh /? for options
This project provides very straightforward and elegant way to keep track on database schema and data changes. There is no need to execute all database scripts each time you are updating a product. You don't need to re-run all scripts with every update. The project is designed to automatically detect your current version and run only new scripts with no need to re-run all previous. This is a very easy, suitable and fast option that might significantly reduce deployment time, so you don't need to put additional efforts to update your app and can do it quickly without major impact on your customers.
RavenDB 'Temporal Versioning' bundle client. Allows for tracking of changes to entities at different effective dates.
RavenDB 'Temporal Versioning' bundle. Allows for tracking of changes to entities at different effective dates.
A disciplined way to manage FluentMigration project and track change of stored procedures, sql function...
RoundhousE is a Professional Database Change and Versioning Management tool. This is an "include all" package that gives you all the databases. If you want only a single one, please feel fre to reference only the database of your choice (e.g. roundhouse.sqlserver).
RoundhousE is a Professional Database Change and Versioning Management tool. This is the core package, which implements the basic functionality. If you want to create your own RoundhousE database implementation, this is the package you want. If not, you probably want one of the database-specific versions.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the Microsoft SQL Server database package.
Sharp migrations is a framework to help you deal with database changes and versioning over time. The idea comes from the excellent Ruby on Rails migrations and it is the best way to alter your database in a structured and organised manner.
A .NET framework for multi-database platform migrations, versioning and schema modifications. Write database migrations and/or schema modifications in your favorite .NET language and let Mig# generate the platform-dependent SQL code and update your schema. Features: fluent interface, automatic versioning, multi-module support, scripting to SQL files, validation framework for portability issues, suport for SQL Server, Oracle, MySQL, Teradata, SQLite, legacy integration and more.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the PostgreSQL database package.
Dirtybase is a persistence version/migration command line tool. Dirtybase will compare version files in a folder to the version of a data store, then apply the version files in order to migrate the data store to the latest version. This is useful for keeping data stores on different environments up to date and automating deployments.
RoundhousE is a Professional Database Change and Versioning Management tool. This brings diffing with FNH and migration with RH to your application to speed up development. NOTE: Please add this to a x86 console application. Will not work unless the console is x86.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the SQLite database package.
RoundhousE is a Professional Database Change and Versioning Management tool.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the SQL Server CE (Compact Edition) database package.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the MySql database package.
RoundhousE is a Professional Database Change and Versioning Management tool. This is the Microsoft SQL Server 2000 database package.
Without migrations you need to create a lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database).