Expand description
Contains the events and functionality to monitor the commands and responses that a Client
sends and receives from the server.
Structs§
- Command
Failed Event - An event that triggers when a command failed to complete successfully.
- Command
Started Event - An event that triggers when a database command is initiated.
- Command
Succeeded Event - An event that triggers when a database command completes without an error.
- Connection
Info - User-facing information about a connection to the database.
Enums§
Traits§
- Command
Event Handler Deprecated - Usage of this trait is deprecated. Applications should use the
EventHandler
API.