Teaq 1.1.12.1
See the version list below for details.
dotnet add package Teaq --version 1.1.12.1
NuGet\Install-Package Teaq -Version 1.1.12.1
<PackageReference Include="Teaq" Version="1.1.12.1" />
paket add Teaq --version 1.1.12.1
#r "nuget: Teaq, 1.1.12.1"
// Install Teaq as a Cake Addin #addin nuget:?package=Teaq&version=1.1.12.1 // Install Teaq as a Cake Tool #tool nuget:?package=Teaq&version=1.1.12.1
Teaq is a mini-ORM that offers object materialization, relational mapping and query batching services. Teaq offers a simple API to do common database interactions with SQL Server. Performance is most important, as is low startup cost. In addition, queries can be arbitrarily batched to minimize server round trips for any scenario.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
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,173 | 10/4/2016 |
2.1.6119.17465 | 1,101 | 10/2/2016 |
2.0.8056-beta | 1,107 | 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,013 | 8/22/2016 |
2.0.6078-beta | 1,031 | 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,051 | 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,466 | 4/2/2016 |
1.0.0 | 1,206 | 10/5/2015 |
Hot-fixes incorrect batch enumeration of entities to ensure the current data reader is not disposed before enumeration. Ensures other read operations cannot happen with a pending enumerable (except Close()).
Additional test coverage.