Convenience functions.
This function is provided ONLY as a temporary aid in upgrading to mysql-native v2.0.0.
Allow mysql-native tests to get around the deprecation message
Convenience functions.
This is a wrapper over mysql.unsafe.prepared.Prepared, provided ONLY as a temporary aid in upgrading to mysql-native v2.0.0 and its new connection-independent model of prepared statements. See the migration guide for more info.
Connect to a MySQL/MariaDB server (unsafe version).
This is the unsafe API for the Connection type. It publicly imports mysql.impl.connection, and also provides the unsafe version of the API for preparing statements. Note that unsafe prepared statements actually use safe code underneath.
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.
This module also contains the soon-to-be-deprecated BackwardCompatPrepared type.
$(SAFE_MIGRATION)