Skip to main content

Module execute

Module execute 

Source
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§

ExecuteError
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§

ExecuteResult
Result type for execute operations.