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