This is the @safe API for the Connection type. It publicly imports mysql.impl.connection, and also provides the safe version of the API for preparing statements.
Note that the common pieces of the connection are documented and currently
reside in mysql.impl.connection. Please see this module for documentation of
the connection object.
Connect to a MySQL/MariaDB server (safe version).
This is the @safe API for the Connection type. It publicly imports mysql.impl.connection, and also provides the safe version of the API for preparing statements.
Note that the common pieces of the connection are documented and currently reside in mysql.impl.connection. Please see this module for documentation of the connection object.
$(SAFE_MIGRATION)