Unleasharp.DB.MySQL
1.8.5
dotnet add package Unleasharp.DB.MySQL --version 1.8.5
NuGet\Install-Package Unleasharp.DB.MySQL -Version 1.8.5
<PackageReference Include="Unleasharp.DB.MySQL" Version="1.8.5" />
<PackageVersion Include="Unleasharp.DB.MySQL" Version="1.8.5" />
<PackageReference Include="Unleasharp.DB.MySQL" />
paket add Unleasharp.DB.MySQL --version 1.8.5
#r "nuget: Unleasharp.DB.MySQL, 1.8.5"
#:package Unleasharp.DB.MySQL@1.8.5
#addin nuget:?package=Unleasharp.DB.MySQL&version=1.8.5
#tool nuget:?package=Unleasharp.DB.MySQL&version=1.8.5
🐬 Unleasharp.DB.MySQL
MySQL implementation of Unleasharp.DB.Base. This repository provides a MySQL-specific implementation that leverages the base abstraction layer for common database operations.
📦 Installation
Install the NuGet package using one of the following methods:
Package Manager Console
Install-Package Unleasharp.DB.MySQL
.NET CLI
dotnet add package Unleasharp.DB.MySQL
PackageReference (Manual)
<PackageReference Include="Unleasharp.DB.MySQL" Version="1.8.5" />
🎯 Features
- MySQL-Specific Query Rendering: Custom query building and rendering tailored for MySQL
- Connection Management: Robust connection handling through ConnectorManager
- Query Builder Integration: Seamless integration with the base QueryBuilder
- Schema Definition Support: Full support for table and column attributes
🚀 Kickstart
var db = new ConnectorManager("Server=localhost;Database=unleasharp;Uid=unleasharp;Pwd=unleasharp;")
var row = db.QueryBuilder().Build(query => query
.From<ExampleTable>()
.OrderBy<ExampleTable>(row => row.Id, OrderDirection.DESC)
.Limit(1)
.Select()
).FirstOrDefault<ExampleTable>();
📖 Documentation Resources
- 📚 GitHub Pages Documentation - Complete documentation
- 🎯 Getting Started Guide - Quick start guide
- 📝 Changelog - New features and improvements
📦 Dependencies
- Unleasharp.DB.Base - Base abstraction layer
- MySqlConnector - MySQL driver for .NET
📋 Version Compatibility
This library targets .NET 6.0 and later versions. For specific version requirements, please check the package dependencies.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
For more information about Unleasharp.DB.Base, visit: Unleasharp.DB.Base
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net6.0
- MySqlConnector (>= 2.4.0)
- Unleasharp.DB.Base (>= 1.8.5)
-
net8.0
- MySqlConnector (>= 2.4.0)
- Unleasharp.DB.Base (>= 1.8.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.8.5 | 443 | 11/20/2025 |
| 1.8.4 | 219 | 10/2/2025 |
| 1.8.3 | 249 | 9/22/2025 |
| 1.8.2 | 265 | 9/21/2025 |
| 1.8.0 | 263 | 9/19/2025 |
| 1.7.1 | 341 | 9/15/2025 |
| 1.7.0 | 211 | 9/11/2025 |
| 1.6.0 | 209 | 9/3/2025 |
| 1.5.5 | 202 | 9/1/2025 |
| 1.5.3 | 201 | 8/31/2025 |
| 1.5.2 | 232 | 8/30/2025 |
| 1.5.0 | 258 | 8/28/2025 |
| 1.4.1 | 262 | 8/28/2025 |
| 1.4.0 | 263 | 8/28/2025 |
| 1.3.1 | 260 | 8/26/2025 |
| 1.3.0 | 210 | 8/25/2025 |
| 1.2.0 | 142 | 8/22/2025 |
| 1.1.1 | 209 | 8/21/2025 |
| 1.1.0 | 210 | 8/20/2025 |
| 1.0.2 | 205 | 8/20/2025 |