0
I am a Java developer and work with Hibernate. Now I need to create a desktop application and decided to use C# for this. I’ve been researching ORM frameworks for C# and found Entity Framework and Nhibernate. As my experience is better with Hibernate I decided to adopt Nhibernate but I am searching if it is possible to create the database and tables as it is possible in Hibernate but I have not found anything but table creation.
I wonder if with Nhibernate it is possible to create the database ?
Using Fluent is possible without using it I’ve never seen.
– Jéf Bueno
@jbueno perfect, thank you. To work with Mysql vc knows how to tell me which libraries are needed ?
– FernandoPaiva
@Fernandopaiva, the options to configure Nhibernate to create or not the tables in the database are the 3 Schema listed and explained in that reply.
– Fernando Leal