DatabaseWrapper.Sqlite 3.0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DatabaseWrapper.Sqlite --version 3.0.1.2
NuGet\Install-Package DatabaseWrapper.Sqlite -Version 3.0.1.2
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="DatabaseWrapper.Sqlite" Version="3.0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DatabaseWrapper.Sqlite --version 3.0.1.2
#r "nuget: DatabaseWrapper.Sqlite, 3.0.1.2"
#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.
// Install DatabaseWrapper.Sqlite as a Cake Addin
#addin nuget:?package=DatabaseWrapper.Sqlite&version=3.0.1.2

// Install DatabaseWrapper.Sqlite as a Cake Tool
#tool nuget:?package=DatabaseWrapper.Sqlite&version=3.0.1.2

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 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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 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.

DisCatSharp.Extensions.TwoFactorCommands The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DisCatSharp.Extensions.TwoFactorCommands Extension allowing to require two factor authentication for commands.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.7 54 3/27/2024
6.0.6 2,410 10/4/2023
6.0.5 2,326 8/29/2023
6.0.3 4,037 7/11/2023
6.0.2 1,181 7/11/2023
6.0.1 1,117 7/11/2023
6.0.0 1,167 7/11/2023
5.0.2 3,639 2/2/2023
5.0.1 697 2/2/2023
5.0.0 4,422 10/25/2022
4.1.5 7,133 8/29/2022
4.1.3 4,039 6/21/2022
4.1.2 3,883 5/27/2022
4.1.1 826 5/27/2022
4.0.0.1 5,105 12/31/2021
4.0.0 1,351 12/31/2021
3.3.2.3 1,497 12/22/2021
3.3.2.1 2,909 11/20/2021
3.3.2 1,905 11/19/2021
3.3.1.5 3,282 11/12/2021
3.3.1.1 10,711 4/14/2021
3.3.1 1,564 4/14/2021
3.3.0 3,002 3/2/2021
3.2.2.18 3,240 2/9/2021
3.2.2.17 7,122 12/26/2020
3.2.2.16 5,372 11/28/2020
3.2.2.15 1,676 11/26/2020
3.2.2.12 1,726 11/25/2020
3.2.2.10 7,096 11/15/2020
3.2.2.9 3,052 11/10/2020
3.2.2.8 2,537 11/9/2020
3.2.2.6 11,882 10/15/2020
3.2.2.3 3,984 10/5/2020
3.2.2 5,475 9/18/2020
3.2.1.5 3,378 9/16/2020
3.2.1.4 2,526 9/16/2020
3.2.1.3 7,249 9/8/2020
3.2.1.2 2,844 9/8/2020
3.2.1.1 5,494 8/17/2020
3.2.1 9,315 7/28/2020
3.2.0 13,969 7/10/2020
3.1.0 33,244 6/11/2020
3.0.1.3 949 6/11/2020
3.0.1.2 1,644 6/10/2020
3.0.1.1 4,887 6/4/2020
3.0.1 2,726 6/3/2020
3.0.0.3 5,579 5/21/2020
3.0.0.2 4,538 5/20/2020
3.0.0 2,032 5/20/2020

- Migrate to Microsoft.Data.Sqlite