db: Use sqlite transactions
This will speedup inserts/updates. This is very much visible when sending the first encrypted message to a room as we insert several rows in a single transaction
This will speedup inserts/updates. This is very much visible when sending the first encrypted message to a room as we insert several rows in a single transaction