Managing updates with NHibernate
I am aware that you can generate create scripts to generate database objects, but I am looking a way to generate an update script that compares two different schemas (tw开发者_开发百科o mapping files).
That way I can provide my users with easy database updating from any version to the current version.
Thanks!
What you are looking for is Migrations. Have a look at the Fluent-Migrator project.
精彩评论