Expand description
Async MySQL connection implementation.
This module implements the async MySQL connection using asupersync’s TCP primitives.
It provides the Connection trait implementation for integration with sqlmodel-core.
Structs§
- MySql
Async Connection - Async MySQL connection.
- Shared
MySql Connection - A thread-safe, shared MySQL connection with interior mutability.
- Shared
MySql Transaction - Transaction type for SharedMySqlConnection.