I am building an app with ASP.NET MVC2, Fluent NHibernate, StructureMap, and PostgreSQL. I am a total newbie when it comes to Fluent NHibernate. I got a setup going from a c
The FluentNhiberante SessionSource object exposes the CreateSchema.
var sessionFactory = Fluently.Configure()... var sessionSource = new SessionSource(sessionFactory); sessionSource.BuildSchema()