Teaq 1.0.0
See the version list below for details.
dotnet add package Teaq --version 1.0.0
NuGet\Install-Package Teaq -Version 1.0.0
<PackageReference Include="Teaq" Version="1.0.0" />
paket add Teaq --version 1.0.0
#r "nuget: Teaq, 1.0.0"
// Install Teaq as a Cake Addin #addin nuget:?package=Teaq&version=1.0.0 // Install Teaq as a Cake Tool #tool nuget:?package=Teaq&version=1.0.0
Teaq offers a simple API to do common database interactions with SQL Server. Performance is most important; low startup cost and standard query generation, and use of stored procedures is enabled. In addition, queries can be arbitrarily batched to minimize server round trips. Object materialization done via generated dynamic methods.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.6121.27453 | 6,326 | 10/4/2016 |
2.1.6119.17465 | 1,101 | 10/2/2016 |
2.0.8056-beta | 1,109 | 9/12/2016 |
2.0.7078-beta | 1,055 | 9/8/2016 |
2.0.7055-beta | 1,033 | 8/29/2016 |
2.0.6082-beta | 1,023 | 8/28/2016 |
2.0.6079-beta | 1,016 | 8/22/2016 |
2.0.6078-beta | 1,033 | 8/22/2016 |
2.0.6077-beta | 1,029 | 8/21/2016 |
2.0.3-alpha | 1,014 | 8/14/2016 |
2.0.2-alpha | 1,030 | 8/12/2016 |
2.0.1-alpha | 1,071 | 7/25/2016 |
2.0.0-alpha | 1,053 | 7/25/2016 |
1.4.0 | 1,357 | 4/27/2016 |
1.3.0 | 1,302 | 4/4/2016 |
1.2.0 | 1,259 | 4/4/2016 |
1.1.12.1 | 1,264 | 4/2/2016 |
1.1.12 | 1,468 | 4/2/2016 |
1.0.0 | 1,208 | 10/5/2015 |
V1. Stable, used in large scale production with transaction workloads in a >12 application tier services > 4000 TPS at peak.