999.SQLite
3.51.1
Requires NuGet 4.0 or higher.
dotnet add package 999.SQLite --version 3.51.1
NuGet\Install-Package 999.SQLite -Version 3.51.1
<PackageReference Include="999.SQLite" Version="3.51.1" />
<PackageVersion Include="999.SQLite" Version="3.51.1" />
<PackageReference Include="999.SQLite" />
paket add 999.SQLite --version 3.51.1
#r "nuget: 999.SQLite, 3.51.1"
#:package 999.SQLite@3.51.1
#addin nuget:?package=999.SQLite&version=3.51.1
#tool nuget:?package=999.SQLite&version=3.51.1
对应官方版本:SQLite Release 3.51.1 On 2025-11-28
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. SQLite database files are a recommended storage format by the US Library of Congress. Think of SQLite not as a replacement for Oracle but as a replacement for fopen().
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
-
- YY.NuGet.Import.Helper (>= 1.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.51.1 | 156 | 1/9/2026 |