bulk_upsert_objects

Function bulk_upsert_objects 

Source
async fn bulk_upsert_objects(pool: &PgPool, objects: &[ObjectRow]) -> Result<()>
Expand description

Inserts all objects into the database, or updates them if they already exist.