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