Java Datanucleus - create database on startup

60 views Asked by At

I searched the docs and web for it and could not find the answer. I'm trying to create a mysql db from datanucleus on startup, I don't mean the CreateSchema option but the create database command.

Is there an option to do it rather then from the mysql server ?

I'm using datanucleus 4.1,

Thanks .

0

There are 0 answers