Use a DB via plain SQL statements (safe version).
Connect to a MySQL/MariaDB server (safe version).
Connect to a MySQL/MariaDB database using vibe.d's ConnectionPool (safe version).
This module publicly imports mysql.impl.prepared (safe 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 (safe versions).
Server capability flags.
Imports all of mysql-native (safe versions).
This module will import all modules that use the safe API of the mysql library. In a future version, this will become the default.
$(SAFE_MIGRATION)