DatabaseWrapper.Sqlite
4.1.3
Install-Package DatabaseWrapper.Sqlite -Version 4.1.3
dotnet add package DatabaseWrapper.Sqlite --version 4.1.3
<PackageReference Include="DatabaseWrapper.Sqlite" Version="4.1.3" />
paket add DatabaseWrapper.Sqlite --version 4.1.3
#r "nuget: DatabaseWrapper.Sqlite, 4.1.3"
// Install DatabaseWrapper.Sqlite as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Sqlite&version=4.1.3
// Install DatabaseWrapper.Sqlite as a Cake Tool
#tool nuget:?package=DatabaseWrapper.Sqlite&version=4.1.3
Simple database wrapper for Sqlite written in C# supporting dynamic query building and nesting using expressions. Refer to other DatabaseWrapper packages for support for SQL Server, MySQL, 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)
- Microsoft.Data.Sqlite (>= 6.0.6)
-
.NETFramework 4.6.1
- DatabaseWrapper.Core (>= 4.1.3)
- Microsoft.Data.Sqlite (>= 6.0.6)
-
.NETStandard 2.1
- DatabaseWrapper.Core (>= 4.1.3)
- Microsoft.Data.Sqlite (>= 6.0.6)
-
net5.0
- DatabaseWrapper.Core (>= 4.1.3)
- Microsoft.Data.Sqlite (>= 6.0.6)
-
net6.0
- DatabaseWrapper.Core (>= 4.1.3)
- Microsoft.Data.Sqlite (>= 6.0.6)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DatabaseWrapper.Sqlite:
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.Sqlite
WatsonORM is a lightweight and easy to use object-relational mapper (ORM) for Sqlite 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 | 61 | 6/21/2022 |
4.1.2 | 211 | 5/27/2022 |
4.1.1 | 51 | 5/27/2022 |
4.0.0.1 | 872 | 12/31/2021 |
4.0.0 | 116 | 12/31/2021 |
3.3.2.3 | 138 | 12/22/2021 |
3.3.2.1 | 1,177 | 11/20/2021 |
3.3.2 | 591 | 11/19/2021 |
3.3.1.5 | 750 | 11/12/2021 |
3.3.1.1 | 6,850 | 4/14/2021 |
3.3.1 | 254 | 4/14/2021 |
3.3.0 | 1,314 | 3/2/2021 |
3.2.2.18 | 1,519 | 2/9/2021 |
3.2.2.17 | 3,765 | 12/26/2020 |
3.2.2.16 | 2,563 | 11/28/2020 |
3.2.2.15 | 404 | 11/26/2020 |
3.2.2.12 | 368 | 11/25/2020 |
3.2.2.10 | 2,550 | 11/15/2020 |
3.2.2.9 | 869 | 11/10/2020 |
3.2.2.8 | 714 | 11/9/2020 |
3.2.2.6 | 5,007 | 10/15/2020 |
3.2.2.3 | 1,185 | 10/5/2020 |
3.2.2 | 1,718 | 9/18/2020 |
3.2.1.5 | 1,117 | 9/16/2020 |
3.2.1.4 | 772 | 9/16/2020 |
3.2.1.3 | 2,968 | 9/8/2020 |
3.2.1.2 | 951 | 9/8/2020 |
3.2.1.1 | 3,813 | 8/17/2020 |
3.2.1 | 5,808 | 7/28/2020 |
3.2.0 | 7,157 | 7/10/2020 |
3.1.0 | 17,335 | 6/11/2020 |
3.0.1.3 | 318 | 6/11/2020 |
3.0.1.2 | 618 | 6/10/2020 |
3.0.1.1 | 2,166 | 6/4/2020 |
3.0.1 | 957 | 6/3/2020 |
3.0.0.3 | 3,206 | 5/21/2020 |
3.0.0.2 | 1,639 | 5/20/2020 |
3.0.0 | 636 | 5/20/2020 |
Minor breaking changes, moved debug into settings