Is there a way to do "create database if not exists"?
DBFORGE only allows the `create_database` method, which does "create database", and if exists throws you off by displaying an error, not even an exception.
DBFORGE only allows the `create_database` method, which does "create database", and if exists throws you off by displaying an error, not even an exception.