Metadata >> NuGet >> SQLiteNetExtensions

SQLiteNetExtensions

Metadata

Authors TwinCoders
Copyrights Copyright 2014
Description 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.
LicenseUrl https://bitbucket.org/twincoders/sqlite-net-extensions
Owners TwinCoders
ProjectUrl https://bitbucket.org/twincoders/sqlite-net-extensions
ReleaseNotes Reverted pull request #10 due to issue #57
RequireLicenseAcceptance False
Tags sqlite sqlite-net net extensions orm cascade recursive
Dependencies Newtonsoft.Json:6.0.5|SQLite.Net-PCL:2.4.1
Title SQLite.Net Extensions-PCL
PackageSize 41445
PackageHashAlgorithm SHA512
PackageHash 9BFbaiThCf5a4fipsC/RTK6dgTDC5MjLpajn0hRwmI4nRy4lCK0YW5mtUVv+1tuSW5lRVWRa5PHkZKAT43tP0w==
DownloadCount 000000
CreatedDate 2015-03-04T17:41:22

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install SQLiteNetExtensions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install SQLiteNetExtensions -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package SQLiteNetExtensions
Installing the package (HTTP Basic authentication):
Install-Package SQLiteNetExtensions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package SQLiteNetExtensions -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package SQLiteNetExtensions

OpenWrap

Installing the package:
o add-wrap SQLiteNetExtensions
Uninstalling the package:
o remove-wrap SQLiteNetExtensions

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.2.5