pub fn insert_all(
records: &[HashMap<String, Value>],
) -> Result<InsertResult, InsertAllError>Expand description
Simulates Active Record insert_all semantics over JSON-compatible rows.
pub fn insert_all(
records: &[HashMap<String, Value>],
) -> Result<InsertResult, InsertAllError>Simulates Active Record insert_all semantics over JSON-compatible rows.