Skip to main content

execute

Function execute 

Source
pub fn execute<W: Write>(
    db: &Database,
    cmd: KvCommand,
    writer: &mut StreamingWriter<W>,
) -> Result<()>
Expand description

Execute a KV command.

ยงArguments

  • db - The database instance.
  • cmd - The KV subcommand to execute.
  • writer - The streaming writer for output.