mysql.impl

Modules

connection
module mysql.impl.connection

Implementation - Connection class.

pool
module mysql.impl.pool

Connect to a MySQL/MariaDB database using a connection pool.

prepared
module mysql.impl.prepared

Implementation - Prepared statements.

result
module mysql.impl.result

Implementation - Structures for data received: rows and result sets (ie, a range of rows).