Hello List, I'm looking to *create* a database with DBI. I couldn't glean this from the docs. Seems like you first need to connect to a datasource(database) to issue statements.
Is there a way to 'CREATE DATABASE DatabaseName;' with DBI? Thanks, Andrew