Skip to main content

execute_select_rows

Function execute_select_rows 

Source
pub fn execute_select_rows(
    query: SelectQuery,
    db: &Database,
) -> Result<SelectResult>
Expand description

Executes a SELECT and returns structured rows. The typed rows are what the new public API streams to callers; the REPL / Tauri app pre-render into a prettytable via execute_select.