nhibernate-core
nhibernate-core copied to clipboard
Jdbc equivalent connection string option `createDatabaseIfNotExist=true` in nhibernate?
What is the equivalent connection string to that from jdbc below in nhibernate? (especially createDatabaseIfNotExist option)
jdbc:mysql://localhost:3306/mydb?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=