nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

Jdbc equivalent connection string option `createDatabaseIfNotExist=true` in nhibernate?

Open Paper-Folding opened this issue 8 months ago • 0 comments

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=

Paper-Folding avatar Mar 31 '25 12:03 Paper-Folding