Start a new database transaction.
@override Future<void> beginTransaction() async { await execute('START TRANSACTION'); }