@override Future<T> transaction<T>(Future<T> Function() action) async => _connection.transaction(action);