MuchAdo.SqlServer
0.0.11
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MuchAdo.SqlServer --version 0.0.11
NuGet\Install-Package MuchAdo.SqlServer -Version 0.0.11
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="MuchAdo.SqlServer" Version="0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MuchAdo.SqlServer" Version="0.0.11" />
<PackageReference Include="MuchAdo.SqlServer" />
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 MuchAdo.SqlServer --version 0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MuchAdo.SqlServer, 0.0.11"
#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 MuchAdo.SqlServer@0.0.11
#: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=MuchAdo.SqlServer&version=0.0.11
#tool nuget:?package=MuchAdo.SqlServer&version=0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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 Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- Microsoft.Data.SqlClient (>= 6.0.1)
- MuchAdo (>= 0.0.11)
-
net8.0
- Microsoft.Data.SqlClient (>= 6.0.1)
- MuchAdo (>= 0.0.11)
-
net9.0
- Microsoft.Data.SqlClient (>= 6.0.1)
- MuchAdo (>= 0.0.11)
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.0.0 | 97 | 12/31/2025 |
| 0.0.26 | 123 | 8/22/2025 |
| 0.0.25 | 339 | 7/25/2025 |
| 0.0.24 | 170 | 7/1/2025 |
| 0.0.23 | 177 | 6/19/2025 |
| 0.0.22 | 189 | 6/15/2025 |
| 0.0.21 | 320 | 6/12/2025 |
| 0.0.20 | 309 | 6/10/2025 |
| 0.0.19 | 159 | 6/8/2025 |
| 0.0.18 | 155 | 6/7/2025 |
| 0.0.17 | 148 | 6/7/2025 |
| 0.0.16 | 159 | 6/7/2025 |
| 0.0.15 | 177 | 6/4/2025 |
| 0.0.14 | 184 | 6/1/2025 |
| 0.0.13 | 136 | 5/31/2025 |
| 0.0.12 | 191 | 5/21/2025 |
| 0.0.11 | 181 | 5/21/2025 |
| 0.0.10 | 183 | 5/20/2025 |
| 0.0.9 | 184 | 5/20/2025 |