SQLiteNetExtensions 2.0.0-alpha1
See the version list below for details.
dotnet add package SQLiteNetExtensions --version 2.0.0-alpha1
NuGet\Install-Package SQLiteNetExtensions -Version 2.0.0-alpha1
<PackageReference Include="SQLiteNetExtensions" Version="2.0.0-alpha1" />
<PackageVersion Include="SQLiteNetExtensions" Version="2.0.0-alpha1" />
<PackageReference Include="SQLiteNetExtensions" />
paket add SQLiteNetExtensions --version 2.0.0-alpha1
#r "nuget: SQLiteNetExtensions, 2.0.0-alpha1"
#:package SQLiteNetExtensions@2.0.0-alpha1
#addin nuget:?package=SQLiteNetExtensions&version=2.0.0-alpha1&prerelease
#tool nuget:?package=SQLiteNetExtensions&version=2.0.0-alpha1&prerelease
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
- sqlite-net-pcl (>= 1.1.2)
NuGet packages (22)
Showing the top 5 NuGet packages that depend on SQLiteNetExtensions:
| Package | Downloads |
|---|---|
|
SQLiteNetExtensions.Async
SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library. |
|
|
artm.fetcher
Helper for fetching and caching of data from the web |
|
|
BuildIt.Data.Sqlite
This library contains a number of helper methods and functions to make working with sql data query easier |
|
|
MillennialAppsLibrary
Shared library for private and pulic projects based on Xamarin Shared Projects |
|
|
AVOSCloud.NetFx45
# LeanCloud SDK for .NET 4.5 Desktop. ## 文档地址 数据存储:https://cn.avoscloud.com/docs/dotnet_guide.html 实时消息:https://cn.avoscloud.com/docs/dotnet_realtime.html 当前包含支持的功能: * 数据存储 * 实时消息 * 统计 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 1,757,724 | 8/13/2018 |
| 2.0.0 | 671,042 | 12/1/2017 |
| 2.0.0-alpha2 | 49,628 | 10/4/2016 |
| 2.0.0-alpha1 | 5,704 | 8/13/2016 |
| 1.3.0 | 260,899 | 5/5/2015 |
| 1.2.5 | 8,304 | 3/4/2015 |
| 1.2.4 | 2,219 | 3/4/2015 |
| 1.2.3 | 8,878 | 2/3/2015 |
| 1.2.2 | 22,447 | 10/14/2014 |
| 1.2.1 | 2,500 | 10/7/2014 |
| 1.1.1 | 3,480 | 7/28/2014 |
| 1.1.0 | 3,340 | 7/18/2014 |
Changed underlying library from SQLite.Net PCL for better support on different platforms to Frank Kruegers sqlite-net-pcl