SQLite 3.13.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 1.0 .NET Framework 4.5

Requires NuGet 2.12 or higher.

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

// Install SQLite as a Cake Tool
#tool nuget:?package=SQLite&version=3.13.0

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Linux, macOS, and Windows (desktop and Universal Windows apps).

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 1.0

    • No dependencies.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on SQLite:

Package Downloads
XF.net

封装常用的代码小工具。

Microsoft.CST.AttackSurfaceAnalyzer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft Attack Surface Analyzer is an open source security tool that analyzes the attack surface of a target system and reports on potential security vulnerabilities introduced during the installation of software or system misconfiguration. This package contains the AttackSurfaceAnalyzer library. For the CLI Dotnet Tool, see Microsoft.CST.AttackSurfaceAnalyzer.CLI.

ZY.Common

引入NLOG,MINA

Rockatuestilo.DataRepoMain

Package Description

MagicOwl.SamServer

SamServer

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on SQLite:

Repository Stars
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet/samples
Sample code referenced by the .NET documentation
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
ardalis/ApiEndpoints
A project for supporting API Endpoints in ASP.NET Core web applications.
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
Version Downloads Last updated
3.13.0 3,067,408 10/18/2016
3.12.3 71,677 8/9/2016

Updated native libraries to SQLite 3.13.0.
Consolidated native libraries into one package rather than splitting into multiple packages. This deprecated the need for the 'SQLite.Native' and 'SQLite.UWP.Native' packages.