sqlite-net 1.0.8

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

// Install sqlite-net as a Cake Tool
#tool nuget:?package=sqlite-net&version=1.0.8

sqlite-net is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases. It is written in C# 3.0 and is meant to be simply compiled in with your projects. It was first designed to work with MonoTouch on the iPhone, but should work in any other CLI environment.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on sqlite-net:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
dukus/digiCamControl
DSLR camera remote control open source software
YARC-Official/YARG
YARG (a.k.a. Yet Another Rhythm Game) is a free, open-source, plastic guitar game that is still in development. It supports guitar (five fret), drums (plastic or e-kit), vocals, pro-guitar, and more!
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
canton7/Simple.Migrations
Simple but powerful migrations library for .NET Core
Version Downloads Last updated
1.0.8 76,404 2/26/2014
1.0.7 30,296 2/6/2013
1.0.5 8,788 8/11/2012
1.0.4 325 8/7/2012
1.0.3 646 7/7/2012
1.0.2 480 6/6/2012
1.0.1 222 5/22/2012

v1.0.8: Update with commits through 25-FEB-2014.