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 97 3/10/2024
1.0.8 101 2/13/2024
1.0.7 81 2/13/2024
1.0.6 82 2/13/2024
1.0.5 96 2/3/2024
1.0.4 83 2/1/2024
1.0.3 87 1/28/2024
1.0.2 94 1/21/2024
1.0.1 214 11/22/2023
1.0.0 126 11/11/2023
0.0.1.15 127 10/10/2023
0.0.1.14 329 11/19/2022
0.0.1.13 306 11/19/2022
0.0.1.11 320 11/19/2022
0.0.1.10 308 11/19/2022
0.0.1.9 286 11/19/2022
0.0.1.8 314 11/19/2022
0.0.1.7 356 11/1/2022
0.0.1.6 356 11/1/2022
0.0.1.5 318 11/1/2022
0.0.1.4 361 11/1/2022
0.0.1.3 367 11/1/2022
0.0.1.2 364 10/27/2022
0.0.1.1 359 10/26/2022

Sqlite made easy