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. 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. |
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 | 172 | 9/21/2024 |
1.1.3 | 121 | 9/21/2024 |
1.1.2 | 127 | 9/8/2024 |
1.1.1 | 141 | 9/7/2024 |
1.1.0 | 165 | 8/15/2024 |
1.0.9 | 166 | 3/10/2024 |
1.0.8 | 140 | 2/13/2024 |
1.0.7 | 123 | 2/13/2024 |
1.0.6 | 120 | 2/13/2024 |
1.0.5 | 131 | 2/3/2024 |
1.0.4 | 122 | 2/1/2024 |
1.0.3 | 117 | 1/28/2024 |
1.0.2 | 127 | 1/21/2024 |
1.0.1 | 246 | 11/22/2023 |
1.0.0 | 175 | 11/11/2023 |
0.0.1.15 | 162 | 10/10/2023 |
0.0.1.14 | 367 | 11/19/2022 |
0.0.1.13 | 346 | 11/19/2022 |
0.0.1.11 | 356 | 11/19/2022 |
0.0.1.10 | 343 | 11/19/2022 |
0.0.1.9 | 329 | 11/19/2022 |
0.0.1.8 | 357 | 11/19/2022 |
0.0.1.7 | 391 | 11/1/2022 |
0.0.1.6 | 395 | 11/1/2022 |
0.0.1.5 | 355 | 11/1/2022 |
0.0.1.4 | 398 | 11/1/2022 |
0.0.1.3 | 391 | 11/1/2022 |
0.0.1.2 | 391 | 10/27/2022 |
0.0.1.1 | 396 | 10/26/2022 |
Sqlite made easy