Use a DB via plain SQL statements (unsafe version).
Connect to a MySQL/MariaDB server (unsafe version).
Connect to a MySQL/MariaDB database using vibe.d's ConnectionPool (unsafe version).
This module publicly imports mysql.impl.prepared (unsafe version). See that module for documentation on using prepared statements with a MySQL server.
This module publicly imports mysql.impl.result. See that module for documentation on how to use result and result range structures (unsafe versions).
Server capability flags.
Imports all of mysql-native (unsafe versions).
This module will import all modules that use the unsafe API of the mysql library. Please import mysql.safe for the safe version.
$(SAFE_MIGRATION)