MySQL-specific adapter for Nythera ORM. Utilizes connection pooling for efficient resource management.
Check if currently connected
Get current transaction
Check if in transaction
Connect to MySQL database
Disconnect from MySQL database
Execute a parameterized query
Optional
Begin a new transaction
Commit a transaction
Rollback a transaction
Create a savepoint within a transaction
Rollback to a savepoint
Release a savepoint
MySQL-specific adapter for Nythera ORM. Utilizes connection pooling for efficient resource management.