Commit the active database transaction.
@override Future<void> commit() async { await unprepared('COMMIT'); }