OElite.Data 5.0.9-develop.7331

OElite.Data

Core data access layer: generic repository, DbCentre base, and MongoDB integration primitives for OElite applications.

NuGet Version .NET

Overview

OElite.Data provides the foundational data access patterns for OElite applications. It defines the DataRepository<T> generic repository, the DbCentre base class for MongoDB-backed data centres, and the IDataRepository contract that all repositories implement.

This package is consumed by both the OElite.Common.Hosting services layer (for dependency injection wiring) and by every application-specific repository that extends DataRepository<T> to add entity-specific queries.

Features

📚 Repository Pattern

  • DataRepository<T>: Generic repository base class providing standard CRUD operations
  • IDataRepository: Interface contract for all repositories (enables mocking and substitution)
  • Type-safe entity operations with async/await throughout

🗄️ DbCentre Base

  • MongoDB Integration: Base class for MongoDB-backed data centres
  • Connection lifecycle management
  • Collection accessor utilities
  • Logging integration with IAppConfig

🔌 Extensibility

  • Subclassable for application-specific repositories
  • Supports custom query methods per entity type
  • Compatible with OElite.Restme.MongoDb for advanced MongoDB features

Quick Start

1. Installation

dotnet add package OElite.Data

2. Define a Custom Repository

using OElite.Data;
using OElite.Restme.Utils;

public class ProductRepository : DataRepository<Product>
{
    public ProductRepository(DbCentre dbCentre) : base(dbCentre) { }

    public Task<List<Product>> GetByCategoryAsync(string categoryId)
    {
        return FindAsync(p => p.CategoryId == categoryId);
    }
}

Dependencies

  • OElite.Restme 2.x (MongoDB driver, IRestme provider)
  • OElite.Restme.Utils 2.x (BaseEntity, attributes)
  • OElite.Data.Platform - Platform-specific repositories, PlatformDb, and platform index management
  • OElite.Common.Hosting - DI auto-discovery and configuration

License

Copyright (c) Phanes. All rights reserved.

Showing the top 20 packages that depend on OElite.Data.

Packages Downloads
OElite.Common.Hosting
Package Description
3,900
OElite.Services
Package Description
3,900
OElite.Services
Package Description
1,020
OElite.Services
Package Description
685
OElite.Common.Hosting
Package Description
681
OElite.Common.Hosting
Package Description
515
OElite.Services
Package Description
49
OElite.Common.Hosting
Package Description
47
OElite.Common.Hosting
Package Description
22
OElite.Services
Package Description
20
OElite.Data.Platform
Package Description
18
OElite.Core
Package Description
17
OElite.Core.Web
Package Description
14
OElite.Data.Platform
Package Description
14
OElite.Common.Hosting
Package Description
14
OElite.Services
Package Description
14
OElite.Common.AspNetCore
Package Description
11
OElite.Services
Package Description
9
OElite.Data.Platform
Package Description
9
OElite.Data.Platform
Package Description
8

.NET 10.0

Version Downloads Last updated
5.0.9-develop.7331 14 08/27/2026
5.0.9-develop.7315 0 08/26/2026
5.0.9-develop.7299 0 08/26/2026
5.0.9-develop.2450 3 07/21/2026
5.0.9-develop.2419 3 07/21/2026
5.0.9-develop.2373 3 07/21/2026
5.0.9-develop.2332 3,901 07/21/2026
5.0.9-develop.1591 5 07/08/2026
5.0.9-develop.1587 4 07/08/2026
5.0.9-develop.1580 4 07/08/2026
5.0.9-develop.1241 684 06/29/2026
5.0.9-develop.1143 1,019 06/27/2026
5.0.9-develop.928 24 05/29/2026
5.0.9-develop.642 48 03/08/2026
5.0.9-develop.532 5 03/08/2026
5.0.9-develop.531 5 03/08/2026
5.0.9-develop.530 5 03/08/2026
5.0.9-develop.529 4 03/08/2026
5.0.9-develop.528 5 03/08/2026
5.0.9-develop.526 6 03/08/2026
5.0.9-develop.525 4 03/08/2026
5.0.9-develop.523 7 03/08/2026
5.0.9-develop.522 7 03/08/2026
5.0.9-develop.517 6 03/08/2026
5.0.9-develop.515 5 03/08/2026
5.0.9-develop.514 5 03/08/2026
5.0.9-develop.511 6 03/08/2026
5.0.9-develop.510 9 03/08/2026
5.0.9-develop.509 5 03/08/2026
5.0.9-develop.480 6 03/08/2026
5.0.9-develop.478 5 03/08/2026
5.0.9-develop.477 4 03/08/2026
5.0.9-develop.476 4 03/08/2026
5.0.9-develop.472 6 03/08/2026
5.0.9-develop.471 4 03/08/2026
5.0.9-develop.470 6 03/08/2026
5.0.9-develop.462 5 03/08/2026
5.0.9-develop.448 6 03/08/2026
5.0.9-develop.446 5 03/08/2026
5.0.9-develop.443 6 03/08/2026
5.0.9-develop.441 7 03/08/2026
5.0.9-develop.415 10 03/08/2026
5.0.9-develop.412 6 03/08/2026
5.0.9-develop.411 6 03/08/2026
5.0.9-develop.410 6 03/08/2026
5.0.9-develop.409 4 03/08/2026
5.0.9-develop.402 4 03/08/2026
5.0.9-develop.399 4 03/08/2026
5.0.9-develop.394 4 03/08/2026
5.0.9-develop.391 7 03/08/2026
5.0.9-develop.389 6 03/08/2026
5.0.9-develop.376 5 03/08/2026
5.0.9-develop.374 5 03/08/2026
5.0.9-develop.373 4 03/08/2026
5.0.9-develop.372 6 03/08/2026
5.0.9-develop.259 6 03/08/2026
5.0.9-develop.258 8 03/08/2026
5.0.9-develop.244 5 03/08/2026
5.0.9-develop.240 7 03/08/2026
5.0.9-develop.239 6 03/08/2026
5.0.9-develop.238 6 03/08/2026
5.0.9-develop.236 5 03/08/2026
5.0.9-develop.235 4 03/08/2026
5.0.9-develop.234 6 03/08/2026
5.0.9-develop.227 6 03/08/2026
5.0.9-develop.226 4 03/08/2026
5.0.9-develop.225 3 03/08/2026
5.0.9-develop.224 3 03/08/2026
5.0.9-develop.222 3 03/08/2026
5.0.9-develop.216 5 03/08/2026
5.0.9-develop.215 3 03/08/2026
5.0.9-develop.212 3 03/08/2026
5.0.9-develop.211 3 03/08/2026
5.0.9-develop.210 3 03/08/2026
5.0.7-ci.1125 9 03/08/2026