Is it possible to create a database using NHibernate?

后端 未结 6 1396
一向
一向 2020-12-08 08:56

I am using NHibernate with FluentNHibernate for my DAL. I am also using SchemaExport and SchemaUpdate to create and update my database schema.

6条回答
  •  借酒劲吻你
    2020-12-08 09:02

    Have a look at RhinoCommons. Under Rhino.Commons.ForTesting, in UnitOfWorkTestContextDbStrategy.cs, Ayende has done some routine there that creates databases.

提交回复
热议问题