pub fn js_array_to_rows( js: &JsValue, schema: &Table, start_row_id: u64, ) -> Result<Vec<Row>, JsValue>
Converts a JavaScript array of objects to a vector of Rows.