Skip to content

henrick-tissink/Charon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple database migration tool.

  • Add migration scripts into a MigrationScripts directory within the executing assembly (the executing project) and call Charon.Ferry("with the appropriate connection string").

  • Scripts will be run in the order they are kept within the MigrationScripts directory. It is therefore recommended to adopt a naming approach such as script00001 - the change to migrate.sql, to ensure the scripts are run in the desired order, from oldest to newest.

alt text

About

A simple database migration tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages