Ark.Sqlite 1.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ark.Sqlite --version 1.1.5
                    
NuGet\Install-Package Ark.Sqlite -Version 1.1.5
                    
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="Ark.Sqlite" Version="1.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ark.Sqlite" Version="1.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Ark.Sqlite" />
                    
Project file
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 Ark.Sqlite --version 1.1.5
                    
#r "nuget: Ark.Sqlite, 1.1.5"
                    
#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 Ark.Sqlite@1.1.5
                    
#: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=Ark.Sqlite&version=1.1.5
                    
Install as a Cake Addin
#tool nuget:?package=Ark.Sqlite&version=1.1.5
                    
Install as a Cake Tool

simple sqlite helper library
- creating table from object
- creating dml query generation (update, insert)
- enable delete options for sqlite tble.

Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Ark.Sqlite:

Package Downloads
Ark.TagHelper

v0.2.2 - enable audit manager v0.2.0 - upgrade change connection string path to attribute (imp) tag help view for sqlite-view, dir-list. included new upload-view control

Ark.Sqlite.Master

Simple master data table management

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.7 175 7/16/2025
1.1.6 156 7/16/2025
1.1.5 289 4/16/2025
1.1.4 233 9/21/2024
1.1.3 161 9/21/2024
1.1.2 156 9/8/2024
1.1.1 182 9/7/2024
1.1.0 209 8/15/2024
1.0.9 202 3/10/2024
1.0.8 166 2/13/2024
1.0.7 150 2/13/2024
1.0.6 144 2/13/2024
1.0.5 157 2/3/2024
1.0.4 152 2/1/2024
1.0.3 144 1/28/2024
1.0.2 144 1/21/2024
1.0.1 283 11/22/2023
1.0.0 212 11/11/2023
0.0.1.15 195 10/10/2023
0.0.1.14 432 11/19/2022
0.0.1.13 409 11/19/2022
0.0.1.11 418 11/19/2022
0.0.1.10 407 11/19/2022
0.0.1.9 395 11/19/2022
0.0.1.8 420 11/19/2022
0.0.1.7 459 11/1/2022
0.0.1.6 468 11/1/2022
0.0.1.5 418 11/1/2022
0.0.1.4 463 11/1/2022
0.0.1.3 455 11/1/2022
0.0.1.2 462 10/27/2022
0.0.1.1 464 10/26/2022

Sqlite made easy