MuchAdo 0.0.13
See the version list below for details.
dotnet add package MuchAdo --version 0.0.13
NuGet\Install-Package MuchAdo -Version 0.0.13
<PackageReference Include="MuchAdo" Version="0.0.13" />
<PackageVersion Include="MuchAdo" Version="0.0.13" />
<PackageReference Include="MuchAdo" />
paket add MuchAdo --version 0.0.13
#r "nuget: MuchAdo, 0.0.13"
#addin nuget:?package=MuchAdo&version=0.0.13
#tool nuget:?package=MuchAdo&version=0.0.13
MuchAdo
The MuchAdo class library provides an intuitive API for working with relational databases like MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. It is similar to Dapper and other micro ORMs for .NET.
var shortWidgets = await connector
.CommandFormat(
$"select id, name from widgets where height <= {maxHeight}")
.QueryAsync<(long Id, string Name)>(cancellationToken);
Key Features
- generate SQL and parameters optimized for each database provider
- open and close database connections automatically
- use formatted strings to safely inject parameters and build complex SQL statements
- map SELECT statements into simple types, tuples, and DTOs
- track the current transaction for correct command execution
- expand collections for IN clauses and bulk INSERT
- read database records all at once or one at a time
- call synchronous methods or asynchronous methods with cancellation
- read multiple result sets from multi-statement commands or batches
- execute stored procedures with parameters
- prepare and/or cache database commands for better performance
For more information, please check out our comprehensive documentation!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.3)
- System.Memory (>= 4.6.3)
- System.Text.Json (>= 8.0.5)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MuchAdo:
Package | Downloads |
---|---|
MuchAdo.MySql
A fluent, powerful, efficient library for querying with MySqlConnector. |
|
MuchAdo.Sqlite
A fluent, powerful, efficient library for querying with Microsoft.Data.Sqlite. |
|
MuchAdo.Npgsql
A fluent, powerful, efficient library for querying with Npgsql. |
|
MuchAdo.SqlServer
A fluent, powerful, efficient library for querying with Microsoft.Data.SqlClient. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.21 | 201 | 6/12/2025 |
0.0.20 | 252 | 6/10/2025 |
0.0.19 | 203 | 6/8/2025 |
0.0.18 | 162 | 6/7/2025 |
0.0.17 | 156 | 6/7/2025 |
0.0.16 | 157 | 6/7/2025 |
0.0.15 | 185 | 6/4/2025 |
0.0.14 | 205 | 6/1/2025 |
0.0.13 | 146 | 5/31/2025 |
0.0.12 | 237 | 5/21/2025 |
0.0.11 | 246 | 5/21/2025 |
0.0.10 | 224 | 5/20/2025 |
0.0.9 | 219 | 5/20/2025 |
0.0.7 | 210 | 5/18/2025 |
0.0.6 | 198 | 5/11/2025 |
0.0.5 | 152 | 5/9/2025 |
0.0.4 | 221 | 5/5/2025 |
0.0.3 | 208 | 5/5/2025 |
0.0.2 | 193 | 4/9/2025 |
0.0.1 | 165 | 4/9/2025 |