Skip to main content

js_array_to_rows

Function js_array_to_rows 

Source
pub fn js_array_to_rows(
    js: &JsValue,
    schema: &Table,
    start_row_id: u64,
) -> Result<Vec<Row>, JsValue>
Expand description

Converts a JavaScript array of objects to a vector of Rows.