Version 0.0.7; For now, restrict to 1 operation at a time.
Pre-release
Pre-release
This is because the transactions in SQLite (e.g. on Android) are not aware of multiple coroutines, where one coroutine may start a transaction, iterating over the results, then yield to another coroutine, which would incorrectly be part of the same transaction.