Ark.Sqlite 1.1.0

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

simple sqlite helper library
- creating table from object
- creating dml query generation (update, insert)

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.  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 186 7/16/2025
1.1.6 166 7/16/2025
1.1.5 299 4/16/2025
1.1.4 243 9/21/2024
1.1.3 171 9/21/2024
1.1.2 166 9/8/2024
1.1.1 192 9/7/2024
1.1.0 219 8/15/2024
1.0.9 212 3/10/2024
1.0.8 176 2/13/2024
1.0.7 160 2/13/2024
1.0.6 154 2/13/2024
1.0.5 167 2/3/2024
1.0.4 162 2/1/2024
1.0.3 154 1/28/2024
1.0.2 154 1/21/2024
1.0.1 293 11/22/2023
1.0.0 222 11/11/2023
0.0.1.15 205 10/10/2023
0.0.1.14 443 11/19/2022
0.0.1.13 420 11/19/2022
0.0.1.11 429 11/19/2022
0.0.1.10 418 11/19/2022
0.0.1.9 406 11/19/2022
0.0.1.8 431 11/19/2022
0.0.1.7 470 11/1/2022
0.0.1.6 479 11/1/2022
0.0.1.5 429 11/1/2022
0.0.1.4 474 11/1/2022
0.0.1.3 467 11/1/2022
0.0.1.2 473 10/27/2022
0.0.1.1 475 10/26/2022

Sqlite made easy