Zymergi.Data.MariaDb
11.0.5-alpha
See the version list below for details.
dotnet add package Zymergi.Data.MariaDb --version 11.0.5-alpha
NuGet\Install-Package Zymergi.Data.MariaDb -Version 11.0.5-alpha
<PackageReference Include="Zymergi.Data.MariaDb" Version="11.0.5-alpha" />
<PackageVersion Include="Zymergi.Data.MariaDb" Version="11.0.5-alpha" />
<PackageReference Include="Zymergi.Data.MariaDb" />
paket add Zymergi.Data.MariaDb --version 11.0.5-alpha
#r "nuget: Zymergi.Data.MariaDb, 11.0.5-alpha"
#:package Zymergi.Data.MariaDb@11.0.5-alpha
#addin nuget:?package=Zymergi.Data.MariaDb&version=11.0.5-alpha&prerelease
#tool nuget:?package=Zymergi.Data.MariaDb&version=11.0.5-alpha&prerelease
Zymergi.Data.MariaDb
MariaDB repository implementations for all domain entities defined in Zymergi.Core. Built on raw ADO.NET with SQL generated via Zymergi.Core.Data extension methods — not an ORM.
Depends on: Zymergi.Core
Why This Project Exists
Zymergi.Core defines repository interfaces (IArticleRepository, ICommentRepository, etc.) but contains no database-specific code. This project provides the MariaDB implementations, keeping the core library database-agnostic and allowing the persistence layer to be swapped or tested independently.
Classes
Base Classes
| Type | Purpose |
|---|---|
MariaRepositoryBase<T> |
Abstract generic base providing CRUD, soft-delete, restore, pagination, and change-event notifications for any IEntity type against a MariaDB table |
MariaRegistrableRepositoryBase<T> |
Extends MariaRepositoryBase for IRegistrable entities, adding registry-table joins for handle-based lookups and type-aware trash management |
Repository Implementations
| Type | Implements | Purpose |
|---|---|---|
MariaRegistry |
IDbRegistry |
Central registration table managing handles and soft-delete for all IRegistrable entities |
MariaArticleRepository |
IArticleRepository |
Article CRUD with markdown rendering, tag synchronization, and Elasticsearch indexing on publish |
MariaCommentRepository |
ICommentRepository |
Comment CRUD with filtering by author, page, and parent comment UID |
MariaDbFaveItemRepository |
IFaveItemRepository |
User favorites with hierarchical group support, visibility controls, and group operations (rename, move, copy) |
MariaLogRepository |
ILogRepository |
Immutable log entry storage with metadata args, error tracking, and querying by timestamp or correlation ID |
MariaUserRepo |
IUserRepo |
User CRUD with email-based lookup |
MariaUserSubmissionRepo |
IUserSubmissionRepository |
User content submissions with group-handle filtering |
MariaSocialFacade |
ISocialFacade |
Unified interface for loading submissions with hierarchical comments, returning group and submission profile DTOs |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Zymergi.Core (>= 11.0.5-alpha)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Zymergi.Data.MariaDb:
| Package | Downloads |
|---|---|
|
Zymergi.AspNetCore
ASP.NET Core controllers, authentication filters, and startup extensions for Zymergi. |
|
|
Zymergi.Articles.MariaDb
MariaDB persistence and DI registration for the Zymergi Article domain. |
|
|
Zymergi.Social.MariaDb
MariaDB persistence and DI registration for the Zymergi Social domain. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.6-alpha | 112 | 7/10/2026 |
| 11.0.5-alpha | 130 | 7/9/2026 |
| 11.0.4-alpha | 87 | 7/6/2026 |
| 11.0.3-alpha | 75 | 7/6/2026 |
| 11.0.2-alpha | 114 | 6/30/2026 |
| 11.0.1-alpha | 100 | 6/30/2026 |
| 11.0.0-alpha | 91 | 6/29/2026 |