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 130 7/16/2025
1.1.6 119 7/16/2025
1.1.5 250 4/16/2025
1.1.4 201 9/21/2024
1.1.3 145 9/21/2024
1.1.2 144 9/8/2024
1.1.1 160 9/7/2024
1.1.0 187 8/15/2024
1.0.9 181 3/10/2024
1.0.8 155 2/13/2024
1.0.7 137 2/13/2024
1.0.6 133 2/13/2024
1.0.5 146 2/3/2024
1.0.4 140 2/1/2024
1.0.3 131 1/28/2024
1.0.2 142 1/21/2024
1.0.1 262 11/22/2023
1.0.0 189 11/11/2023
0.0.1.15 183 10/10/2023
0.0.1.14 410 11/19/2022
0.0.1.13 386 11/19/2022
0.0.1.11 397 11/19/2022
0.0.1.10 386 11/19/2022
0.0.1.9 373 11/19/2022
0.0.1.8 399 11/19/2022
0.0.1.7 436 11/1/2022
0.0.1.6 445 11/1/2022
0.0.1.5 395 11/1/2022
0.0.1.4 440 11/1/2022
0.0.1.3 431 11/1/2022
0.0.1.2 440 10/27/2022
0.0.1.1 441 10/26/2022

Sqlite made easy