DatabaseWrapper.Mysql
4.1.3
Install-Package DatabaseWrapper.Mysql -Version 4.1.3
dotnet add package DatabaseWrapper.Mysql --version 4.1.3
<PackageReference Include="DatabaseWrapper.Mysql" Version="4.1.3" />
paket add DatabaseWrapper.Mysql --version 4.1.3
#r "nuget: DatabaseWrapper.Mysql, 4.1.3"
// Install DatabaseWrapper.Mysql as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Mysql&version=4.1.3
// Install DatabaseWrapper.Mysql as a Cake Tool
#tool nuget:?package=DatabaseWrapper.Mysql&version=4.1.3
Simple database wrapper for MySQL written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for SQL Server, Sqlite, and PostgreSQL.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- DatabaseWrapper.Core (>= 4.1.3)
- MySql.Data (>= 8.0.29)
-
.NETFramework 4.6.1
- DatabaseWrapper.Core (>= 4.1.3)
- MySql.Data (>= 8.0.29)
-
.NETStandard 2.1
- DatabaseWrapper.Core (>= 4.1.3)
- MySql.Data (>= 8.0.29)
-
net5.0
- DatabaseWrapper.Core (>= 4.1.3)
- MySql.Data (>= 8.0.29)
-
net6.0
- DatabaseWrapper.Core (>= 4.1.3)
- MySql.Data (>= 8.0.29)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DatabaseWrapper.Mysql:
Package | Downloads |
---|---|
DatabaseWrapper
Simple database wrapper for Microsoft SQL Server, MySQL, PostgreSQL, and Sqlite. written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages if you only need support for one database type. |
|
WatsonORM.Mysql
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for MySQL in C# for .NET Core, .NET Framework, and .NET Standard built on top of DatabaseWrapper. Refer to other WatsonORM packages if you need support for other database types. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.3 | 178 | 6/21/2022 |
4.1.2 | 224 | 5/27/2022 |
4.1.1 | 63 | 5/27/2022 |
4.0.0.1 | 966 | 12/31/2021 |
4.0.0 | 141 | 12/31/2021 |
3.3.2.3 | 164 | 12/22/2021 |
3.3.2.2 | 111 | 12/22/2021 |
3.3.2.1 | 1,217 | 11/20/2021 |
3.3.2 | 620 | 11/19/2021 |
3.3.1.5 | 487 | 11/12/2021 |
3.3.1.2 | 4,532 | 6/7/2021 |
3.3.1.1 | 2,757 | 4/14/2021 |
3.3.1 | 279 | 4/14/2021 |
3.3.0 | 1,429 | 3/2/2021 |
3.2.2.17 | 1,571 | 2/9/2021 |
3.2.2.16 | 5,991 | 11/28/2020 |
3.2.2.15 | 476 | 11/26/2020 |
3.2.2.12 | 436 | 11/25/2020 |
3.2.2.10 | 2,483 | 11/15/2020 |
3.2.2.9 | 862 | 11/10/2020 |
3.2.2.8 | 914 | 11/9/2020 |
3.2.2.7 | 4,965 | 10/19/2020 |
3.2.2.6 | 859 | 10/15/2020 |
3.2.2.3 | 1,437 | 10/5/2020 |
3.2.2 | 1,907 | 9/18/2020 |
3.2.0.4 | 1,156 | 9/16/2020 |
3.2.0.3 | 972 | 9/16/2020 |
3.2.0.2 | 3,372 | 9/8/2020 |
3.2.0.1 | 1,184 | 9/8/2020 |
3.2.0 | 10,156 | 7/10/2020 |
3.1.0.3 | 8,202 | 6/20/2020 |
3.1.0.2 | 889 | 6/20/2020 |
3.1.0.1 | 2,757 | 6/11/2020 |
3.1.0 | 15,206 | 6/11/2020 |
3.0.1.3 | 346 | 6/11/2020 |
3.0.1.1 | 2,680 | 6/4/2020 |
3.0.1 | 1,128 | 6/3/2020 |
3.0.0.2 | 5,045 | 5/20/2020 |
3.0.0 | 682 | 5/20/2020 |
Minor breaking changes, moved debug into settings