Module mysql.unsafe.pool
Connect to a MySQL/MariaDB database using vibe.d's ConnectionPool (unsafe version).
This aliases MySQLPoolImpl!false as MySQLPool. Please see the
mysql moddule for documentation on how to use MySQLPool.
This is the unsafe version of mysql's pool module, and as such uses only @system
callback delegates. If you wish to use @safe callbacks, import
mysql.
See the Safe Migration document for more details.