Metadata >> NuGet >> SqlChic

SqlChic

Metadata

Authors Sam Saffron,Marc Gravell,Bruce Markham
Copyrights Copyright 2014 Sam Saffron, Bruce Markham
Description A high performance fully-async Micro-ORM for ADO.NET.
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Bruce Markham
ProjectUrl https://github.com/illuminus86/SqlChic
ReleaseNotes * SqlChic 0.1.1-rc * - Refactored API to be fully async/await compliant, including IObservable where needed * Dapper 1.13 * - Added support for Table Valued Parameters as part of anonymous objects * - Added support for async * - Added support for sharing strategies between databases * - Rewrote dynamic implementation * Dapper 1.12.1 * - Minor deploy glitch (should now include intellisense files!) * Dapper 1.12 * - Better automatic type-mapping (int vs long, float vs double, etc) * - Fixed: bug with indexer properties * Dapper 1.11 * - Custom type-map support * Dapper 1.10 * - Fixed: error-handling could lose original exception if reader closed * Dapper 1.9 * - Added: better schema change detection * - Fixed: enum support for T in Query-of-T * - Added: dictionary support for parameters
RequireLicenseAcceptance False
Summary A high performance fully async Micro-ORM.
Tags orm sql micro-orm dapper async sqlchic
Dependencies Rx-Core:2.1.30214.0|Rx-Interfaces:2.1.30214.0|Rx-Linq:2.1.30214.0|Rx-Main:2.1.30214.0|Rx-PlatformServices:2.1.30214.0
Title SqlChic
PackageSize 107203
PackageHashAlgorithm SHA512
PackageHash nBbl5/cix6CCIZnAIuJ14b66OeQbRbR2lnafOvPQjuimIzlbzUlKDNwlDJsr1sz0+fN+4aGy/ghOrTpc5/aDEA==
DownloadCount 000000
CreatedDate 2014-07-22T18:20:59

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 SqlChic -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install SqlChic -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 SqlChic
Installing the package (HTTP Basic authentication):
Install-Package SqlChic -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package SqlChic -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package SqlChic

OpenWrap

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

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
0.1.1-rc