So, when i declare a data source in the Prisma sch...
# orm-help
a
So, when i declare a data source in the Prisma schema and run
npx prisma migrate dev
for the first time, Prisma will create a database
mydb
on the given MySQL server for me, but is there any way I can programmatically create a new database using Prisma or is my only resport to run the command?