Ark.Sqlite 1.1.7

dotnet add package Ark.Sqlite --version 1.1.7
                    
NuGet\Install-Package Ark.Sqlite -Version 1.1.7
                    
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.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ark.Sqlite" Version="1.1.7" />
                    
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.7
                    
#r "nuget: Ark.Sqlite, 1.1.7"
                    
#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.7
                    
#: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.7
                    
Install as a Cake Addin
#tool nuget:?package=Ark.Sqlite&version=1.1.7
                    
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 174 7/16/2025
1.1.6 155 7/16/2025
1.1.5 289 4/16/2025
1.1.4 232 9/21/2024
1.1.3 160 9/21/2024
1.1.2 155 9/8/2024
1.1.1 181 9/7/2024
1.1.0 208 8/15/2024
1.0.9 201 3/10/2024
1.0.8 165 2/13/2024
1.0.7 149 2/13/2024
1.0.6 143 2/13/2024
1.0.5 156 2/3/2024
1.0.4 151 2/1/2024
1.0.3 143 1/28/2024
1.0.2 143 1/21/2024
1.0.1 282 11/22/2023
1.0.0 211 11/11/2023
0.0.1.15 194 10/10/2023
0.0.1.14 431 11/19/2022
0.0.1.13 408 11/19/2022
0.0.1.11 417 11/19/2022
0.0.1.10 406 11/19/2022
0.0.1.9 394 11/19/2022
0.0.1.8 419 11/19/2022
0.0.1.7 458 11/1/2022
0.0.1.6 467 11/1/2022
0.0.1.5 417 11/1/2022
0.0.1.4 462 11/1/2022
0.0.1.3 454 11/1/2022
0.0.1.2 461 10/27/2022
0.0.1.1 463 10/26/2022

Sqlite made easy