Ark.Sqlite 1.0.9

dotnet add package Ark.Sqlite --version 1.0.9
NuGet\Install-Package Ark.Sqlite -Version 1.0.9
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.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ark.Sqlite --version 1.0.9
#r "nuget: Ark.Sqlite, 1.0.9"
#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 Ark.Sqlite as a Cake Addin
#addin nuget:?package=Ark.Sqlite&version=1.0.9

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

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

NuGet packages (1)

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

Package Downloads
Ark.TagHelper

base implementation for tag help view for sqlite-view, dir-list. included new upload-view control

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 88 3/10/2024
1.0.8 97 2/13/2024
1.0.7 78 2/13/2024
1.0.6 79 2/13/2024
1.0.5 93 2/3/2024
1.0.4 80 2/1/2024
1.0.3 83 1/28/2024
1.0.2 91 1/21/2024
1.0.1 210 11/22/2023
1.0.0 123 11/11/2023
0.0.1.15 123 10/10/2023
0.0.1.14 325 11/19/2022
0.0.1.13 302 11/19/2022
0.0.1.11 317 11/19/2022
0.0.1.10 305 11/19/2022
0.0.1.9 283 11/19/2022
0.0.1.8 311 11/19/2022
0.0.1.7 355 11/1/2022
0.0.1.6 355 11/1/2022
0.0.1.5 317 11/1/2022
0.0.1.4 359 11/1/2022
0.0.1.3 366 11/1/2022
0.0.1.2 359 10/27/2022
0.0.1.1 355 10/26/2022

Sqlite made easy