Skip to main content

Module execute

Module execute 

Source
Expand description

Query and command execution with interceptor support.

All execution goes through execute, which runs pre/post interceptor hooks around the actual engine dispatch. When no interceptors are registered the overhead is a single is_empty() check.

Enums§

ExecuteError
Error types for query/command execution.

Functions§

execute
Execute a database operation with interceptor support.

Type Aliases§

ExecuteResult
Result type for execute operations.