In my latest project, I'm connecting to a MySQL in...
# exposed
d
In my latest project, I'm connecting to a MySQL instance in which the database is not yet created. How do I use Exposed to talk to an instance without a database? Can I get a raw connection object that I can just send SQL down?