XRepository 0.13.0

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

// Install XRepository as a Cake Tool
#tool nuget:?package=XRepository&version=0.13.0

The XRepository library is an easy-to-configure ORM with a simple API which follows the repository pattern.  It supports automapping, works on mutliple databases, and even supports a JavaScript interface to allow for simple HTML5 application development.  (If you want the JavaScript version, get NuGet package XRepository.JS.  This package will come along for the ride.)  XRepository is a good alternative for those who want powerful ORM capabilities without the difficulty of NHibernate / Entity Framework or the boilerplatedness of Web API.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on XRepository:

Package Downloads
XRepositoryJS

The XRepositoryJS library is the JavaScript interface built upon XRepository. It is an easy-to-configure ORM with a simple API which follows the repository pattern. It supports automapping and works on mutliple databases. XRepositoryJS in particular provides a rapid applicaiton development path for HTML5 applications by bringing powerful ORM features to the browser without the difficulty of NHibernate / Entity Framework or the boilerplatedness of Web API. --==Note Regarding jQuery==-- XRepositoryJS does depend on jQuery, but because jQuery is hosted by Google for free, it is not automatically included in this NuGet package. It will be up to you to manage how to include jQuery in your project. It is recommend that you reference Google's copy (lookup "google hosted libraries" for more information). Regardless of the route you choose, please remember that the jQuery NuGet package is not listed as a dependency in this package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.13.0 1,887 7/16/2017
0.12.0 1,693 5/10/2016
0.11.0 1,104 10/29/2015
0.10.0 1,004 10/29/2015
0.9.0 1,036 5/14/2015
0.8.0 1,185 4/27/2015
0.7.0 1,103 4/10/2015
0.6.0 1,104 1/13/2015
0.5.0 1,495 12/26/2014
0.4.0 1,468 12/26/2014
0.3.0 1,278 12/11/2014
0.2.0 1,147 9/15/2014