SQLite.Net.Async-PCL
2.2.0
See the version list below for details.
dotnet add package SQLite.Net.Async-PCL --version 2.2.0
NuGet\Install-Package SQLite.Net.Async-PCL -Version 2.2.0
<PackageReference Include="SQLite.Net.Async-PCL" Version="2.2.0" />
paket add SQLite.Net.Async-PCL --version 2.2.0
#r "nuget: SQLite.Net.Async-PCL, 2.2.0"
// Install SQLite.Net.Async-PCL as a Cake Addin #addin nuget:?package=SQLite.Net.Async-PCL&version=2.2.0 // Install SQLite.Net.Async-PCL as a Cake Tool #tool nuget:?package=SQLite.Net.Async-PCL&version=2.2.0
SQLite.Net PCL is an open source, minimal library to allow .NET and Mono applications to store data in SQLite databases.
This is a fork of the original sqlite-net project, which aims to cleanup/improve the code and deliver the package as PCL assemblies with some additional platform-specific implementations.
This package is compatible with the following .net platforms: net4+sl5+wp8+win8+monotouch+monoAndroid
Learn more about Target Frameworks and .NET Standard.
NuGet packages (13)
Showing the top 5 NuGet packages that depend on SQLite.Net.Async-PCL:
Package | Downloads |
---|---|
AppCreator
Open-source base project for my Xamarin.Forms based AppCreator |
|
Kinvey-Android
Build Xamarin Android apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps. |
|
XLabs.Caching.SQLite
This package implements the caching provider via SQLite |
|
Kinvey-ios
Build Xamarin iOS apps which leverage the power of Kinvey's BaaS, with support for push notifications, users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps. |
|
Catapush
Catapush is a simple, reliable and scalable delivery API for transactional push notifications for applications. Ideal for sending data-driven transactional notifications including targeted e-commerce |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SQLite.Net.Async-PCL:
Repository | Stars |
---|---|
sami1971/SimplyMobile
Collection of abstracted mobile functionalities. Xamarin.iOS, Xamarin.Android & WP8.
|
Version | Downloads | Last updated | |
---|---|---|---|
3.1.1 | 504,268 | 11/6/2015 | |
3.1.0 | 22,990 | 11/5/2015 | |
3.0.5 | 95,405 | 4/26/2015 | |
3.0.4-beta | 1,339 | 3/31/2015 | |
3.0.3-beta | 1,094 | 3/31/2015 | |
3.0.2-beta | 1,091 | 3/30/2015 | |
3.0.1-beta | 1,071 | 3/30/2015 | |
3.0.0-beta | 1,190 | 3/15/2015 | |
2.5.1 | 31,913 | 2/1/2015 | |
2.5.0 | 6,741 | 1/7/2015 | |
2.4.1 | 8,752 | 10/4/2014 | |
2.4.0 | 1,618 | 10/1/2014 | |
2.3.0 | 9,129 | 5/21/2014 | |
2.2.0 | 3,533 | 3/30/2014 | |
2.1.0 | 1,950 | 2/26/2014 | |
2.0.2 | 2,496 | 10/15/2013 | |
2.0.1 | 1,555 | 10/13/2013 | |
2.0.0 | 4,939 | 10/13/2013 |
v2.2.0: Synchronize against upstream (Add support for ToUpper, TimeSpan etc).
Add trace listener abstraction (thanks @kentcb).
Add support for custom Blob serializer (thanks @sami1971).