ontodev / valve.rs

A lightweight validation engine written in rust.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Use database transactions in update/insert/delete #57

Closed lmcmicu closed 1 year ago

lmcmicu commented 1 year ago

We need to use database transactions in the update/delete/insert API functions to guard against database corruption. (Note that this isn't necessary for batch loading as it will likely slow things down unnecessarily.)