Mere 0.0.5
See the version list below for details.
dotnet add package Mere --version 0.0.5
NuGet\Install-Package Mere -Version 0.0.5
<PackageReference Include="Mere" Version="0.0.5" />
paket add Mere --version 0.0.5
#r "nuget: Mere, 0.0.5"
// Install Mere as a Cake Addin #addin nuget:?package=Mere&version=0.0.5 // Install Mere as a Cake Tool #tool nuget:?package=Mere&version=0.0.5
Mere is an "ORM-ish thing" for SQL server.
Use MereGenerator to generate your classes from a SQL server database. Please send any bugs found to ksc4130@gmail.com (thank you).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Mere:
Package | Downloads |
---|---|
Mere.Files
File parser and writer that works with Mere. |
|
kscDependencies
Packages I use often. |
|
Mere.Excel
Simple excel exporting with mere and CarlosAg.ExcelXmlWriter(http://www.carlosag.net/tools/excelxmlwriter/) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.30 | 1,707 | 8/15/2017 |
2.1.22 | 1,224 | 8/30/2016 |
2.1.21 | 1,228 | 7/21/2016 |
2.1.20 | 1,190 | 7/18/2016 |
2.1.19 | 1,316 | 7/14/2016 |
2.1.18 | 1,382 | 7/11/2016 |
2.1.17 | 1,348 | 10/26/2015 |
2.1.16 | 1,507 | 3/4/2015 |
2.1.15 | 1,318 | 3/3/2015 |
2.1.14 | 1,247 | 3/2/2015 |
2.1.13 | 1,272 | 3/2/2015 |
2.1.12 | 1,355 | 2/11/2015 |
2.1.11 | 1,308 | 10/15/2014 |
2.1.10 | 1,260 | 10/10/2014 |
2.1.9 | 1,292 | 10/7/2014 |
2.1.8 | 1,291 | 10/7/2014 |
2.1.7 | 1,292 | 9/3/2014 |
2.1.6 | 1,312 | 9/2/2014 |
2.1.5 | 1,372 | 8/21/2014 |
2.1.4 | 1,348 | 7/29/2014 |
2.1.3 | 1,288 | 7/29/2014 |
2.1.2 | 1,298 | 7/14/2014 |
2.1.1 | 1,967 | 2/18/2014 |
2.1.0 | 1,414 | 1/31/2014 |
2.0.9 | 1,390 | 12/31/2013 |
2.0.8 | 2,231 | 12/4/2013 |
2.0.7 | 1,352 | 12/4/2013 |
2.0.6 | 1,326 | 12/4/2013 |
2.0.5 | 1,564 | 11/26/2013 |
2.0.4 | 1,358 | 11/26/2013 |
2.0.3 | 1,418 | 10/3/2013 |
2.0.2 | 1,324 | 9/26/2013 |
2.0.1 | 1,321 | 9/26/2013 |
2.0.0 | 1,344 | 9/12/2013 |
0.0.15 | 1,571 | 6/25/2013 |
0.0.14 | 1,426 | 5/30/2013 |
0.0.13 | 1,475 | 5/30/2013 |
0.0.12 | 1,446 | 5/22/2013 |
0.0.11 | 1,412 | 5/22/2013 |
0.0.10 | 1,420 | 5/21/2013 |
0.0.9 | 1,438 | 5/10/2013 |
0.0.8 | 1,378 | 4/24/2013 |
0.0.7 | 1,404 | 4/22/2013 |
0.0.6 | 1,337 | 4/22/2013 |
0.0.5 | 1,792 | 4/20/2013 |
0.0.4 | 1,396 | 4/14/2013 |
0.0.3 | 1,392 | 4/13/2013 |
0.0.2 | 1,424 | 4/13/2013 |
0.0.1 | 1,397 | 4/13/2013 |
Namespace change from "Mere" to MereDb". Changed the MereQuem class to Mere and added a lot of new generic factories for creating queries, executing simple queries, preforming bulk operations, and checking/getting the MereTable for a class/table. Added much of the top options to "MereQuery" class. Added "TaskWatcher" to handle chunked parallel throttling. made use of Async method for SQL IO.