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§
- Execute
Error - Error types for query/command execution.
Functions§
- execute
- Execute a database operation with interceptor support.
Type Aliases§
- Execute
Result - Result type for execute operations.