Skip to main content

Module async_connection

Module async_connection 

Source
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§

MySqlAsyncConnection
Async MySQL connection.
SharedMySqlConnection
A thread-safe, shared MySQL connection with interior mutability.
SharedMySqlTransaction
Transaction type for SharedMySqlConnection.