Ark.Sqlite
1.1.4
dotnet add package Ark.Sqlite --version 1.1.4
NuGet\Install-Package Ark.Sqlite -Version 1.1.4
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.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ark.Sqlite --version 1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ark.Sqlite, 1.1.4"
#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.1.4 // Install Ark.Sqlite as a Cake Tool #tool nuget:?package=Ark.Sqlite&version=1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
simple sqlite helper library
- creating table from object
- creating dml query generation (update, insert)
Product | Versions 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.
-
net7.0
- Dapper (>= 2.1.4)
- Microsoft.Data.Sqlite (>= 7.0.12)
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.1.4 | 143 | 9/21/2024 |
1.1.3 | 97 | 9/21/2024 |
1.1.2 | 111 | 9/8/2024 |
1.1.1 | 126 | 9/7/2024 |
1.1.0 | 151 | 8/15/2024 |
1.0.9 | 156 | 3/10/2024 |
1.0.8 | 127 | 2/13/2024 |
1.0.7 | 108 | 2/13/2024 |
1.0.6 | 107 | 2/13/2024 |
1.0.5 | 123 | 2/3/2024 |
1.0.4 | 113 | 2/1/2024 |
1.0.3 | 109 | 1/28/2024 |
1.0.2 | 119 | 1/21/2024 |
1.0.1 | 238 | 11/22/2023 |
1.0.0 | 165 | 11/11/2023 |
0.0.1.15 | 154 | 10/10/2023 |
0.0.1.14 | 351 | 11/19/2022 |
0.0.1.13 | 330 | 11/19/2022 |
0.0.1.11 | 340 | 11/19/2022 |
0.0.1.10 | 327 | 11/19/2022 |
0.0.1.9 | 312 | 11/19/2022 |
0.0.1.8 | 339 | 11/19/2022 |
0.0.1.7 | 375 | 11/1/2022 |
0.0.1.6 | 379 | 11/1/2022 |
0.0.1.5 | 339 | 11/1/2022 |
0.0.1.4 | 381 | 11/1/2022 |
0.0.1.3 | 375 | 11/1/2022 |
0.0.1.2 | 372 | 10/27/2022 |
0.0.1.1 | 380 | 10/26/2022 |
Sqlite made easy