Skip to main content

Module executor

Module executor 

Source
Expand description

Database executor abstraction for connection pools and transactions.

Enums§

Executor
A unified database executor that can wrap either a connection pool or a single connection.

Traits§

IntoExecutor
A trait for types that can be converted into an Executor.