I need to create a db in mysql using sqlalchemy, I am able to connect to a db if it already exists, but I want to be able to create it if it does not exist. this are my tabl
CREATE DATABASE IF NOT EXISTS dbName;