It's going to be impossible for me to confirm this experimentially, so @kenton , does this hold true
It's going to be impossible for me to confirm this experimentially, so @kenton , does this hold true for
.sql.exec()If you invoke put() (or delete()) multiple times without performing any await in the meantime, the operations will automatically be combined and submitted atomically. In case of a machine failure, either all of the writes will have been stored to disk or none of the writes will have been stored to disk.