sqlite 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).
Requires NuGet 2.12 or higher.
Install-Package sqlite -Version 3.13.0
dotnet add package sqlite --version 3.13.0
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
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.
Dependencies
-
.NETStandard 1.0
- No dependencies.
Used By
NuGet packages (11)
Showing the top 5 NuGet packages that depend on sqlite:
Package | Downloads |
---|---|
Microsoft.CST.AttackSurfaceAnalyzer
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
|
|
MagicOwl.SamServer
SamServer
|
|
soci.sqlite
SQLite backend for SOCI C++ Library
|
|
BitcoinManagerCsharp
Make Bitcoin easy to use with Csharp again! Now you can detect new transaction in time less than one second.
|
GitHub repositories (17)
Showing the top 5 popular GitHub repositories that depend on sqlite:
Repository | Stars |
---|---|
ardalis/CleanArchitecture
A starting point for Clean Architecture with ASP.NET Core
|
|
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
|
|
microsoft/GraphEngine
Microsoft Graph Engine
|
|
microsoft/AttackSurfaceAnalyzer
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|