pyro_mysql.pyro_mysql
A Python module implemented in Rust.
def
init(worker_threads=Ellipsis, thread_name=None):
This function can be called multiple times until any async operation is called.
class
Row:
class
IsolationLevel:
ReadUncommitted =
IsolationLevel.ReadUncommitted
ReadCommitted =
IsolationLevel.ReadCommitted
RepeatableRead =
IsolationLevel.RepeatableRead
Serializable =
IsolationLevel.Serializable
class
CapabilityFlags:
class
AsyncPool:
class
AsyncConn:
Concurrency
The API is thread-safe. The underlying implementation is protected by RwLock. Conn.exec_*() receives &mut self, so there is at most one statement being executed at any point.
class
AsyncTransaction:
class
AsyncOpts:
class
AsyncOptsBuilder:
class
SyncConn:
class
SyncTransaction: