Expand description
Query and command execution with async streaming.
This module provides async wrappers around the database engine operations. The engine uses a compute pool for sync execution, streaming results back through async channels.
Enums§
- Execute
Error - Error types for query/command execution.
Functions§
- execute_
admin - Execute an admin operation with timeout.
- execute_
command - Execute a command with timeout.
- execute_
query - Execute a query with timeout.
Type Aliases§
- Execute
Result - Result type for execute operations.