Zymergi.Data.MariaDb 11.0.6-alpha

This is a prerelease version of Zymergi.Data.MariaDb.
dotnet add package Zymergi.Data.MariaDb --version 11.0.6-alpha
                    
NuGet\Install-Package Zymergi.Data.MariaDb -Version 11.0.6-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zymergi.Data.MariaDb" Version="11.0.6-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zymergi.Data.MariaDb" Version="11.0.6-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.Data.MariaDb" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zymergi.Data.MariaDb --version 11.0.6-alpha
                    
#r "nuget: Zymergi.Data.MariaDb, 11.0.6-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zymergi.Data.MariaDb@11.0.6-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zymergi.Data.MariaDb&version=11.0.6-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Data.MariaDb&version=11.0.6-alpha&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 129 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 90 6/29/2026