ArmChair.Core
0.12.0
ArmChair is a .NET Client for CouchDB
Install-Package ArmChair.Core -Version 0.12.0
dotnet add package ArmChair.Core --version 0.12.0
<PackageReference Include="ArmChair.Core" Version="0.12.0" />
paket add ArmChair.Core --version 0.12.0
#r "nuget: ArmChair.Core, 0.12.0"
ArmChair.Core
=======
CouchDB + .NET + Unit-Of-Work = ArmChair.
ArmChair has been built from the ground up with the following goals:
- Unit-Of-Work pattern support - using a transaction manager (which you can override).
- POCO's - no base class or interface required. (Just add your own Id and Rev).
- Conventions - where possible we implement small conventions to make the framework work for you.
- Customisable - Add support for your IDs, Tracking, Serialisation etc.
- Use of an Indexing Service - Search by IDs, where the initial search can be executed on ElasticSearch / Solr / Lucene
- Mongo Query Support
- Linq Support (Partial)
- (configurable) Logs requests and responses, to assist development
Documentation
its being worked on but you can find some here: https://bitbucket.org/dboneslabs/arm-chair/wiki/Home
Nuget
- Url https://www.nuget.org/packages/ArmChair.Core/
- Current version: 0.12.x
- Released: May 2019
PM> Install-Package ArmChair.Core
Compatibility
- .NET Standard 1.6 + (.NET Core 1.1 +, Mono and .NET 4.6.1)
- CouchDB 2.0 +
Licence
Apache 2.0 licensed.
Note
Please ensure that you test the usage of this library, before using this in your production system.
ArmChair.Core
=======
CouchDB + .NET + Unit-Of-Work = ArmChair.
ArmChair has been built from the ground up with the following goals:
- Unit-Of-Work pattern support - using a transaction manager (which you can override).
- POCO's - no base class or interface required. (Just add your own Id and Rev).
- Conventions - where possible we implement small conventions to make the framework work for you.
- Customisable - Add support for your IDs, Tracking, Serialisation etc.
- Use of an Indexing Service - Search by IDs, where the initial search can be executed on ElasticSearch / Solr / Lucene
- Mongo Query Support
- Linq Support (Partial)
- (configurable) Logs requests and responses, to assist development
Documentation
its being worked on but you can find some here: https://bitbucket.org/dboneslabs/arm-chair/wiki/Home
Nuget
- Url https://www.nuget.org/packages/ArmChair.Core/
- Current version: 0.12.x
- Released: May 2019
PM> Install-Package ArmChair.Core
Compatibility
- .NET Standard 1.6 + (.NET Core 1.1 +, Mono and .NET 4.6.1)
- CouchDB 2.0 +
Licence
Apache 2.0 licensed.
Note
Please ensure that you test the usage of this library, before using this in your production system.
Dependencies
-
.NETStandard 1.6
- Newtonsoft.Json (>= 11.0.2)
- System.Linq.Queryable (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.12.0 | 307 | 5/5/2019 |
0.11.2 | 416 | 10/8/2018 |
0.11.1 | 529 | 7/14/2018 |
0.11.0 | 462 | 7/9/2018 |
0.10.1 | 484 | 5/28/2018 |
0.9.0 | 519 | 4/8/2018 |
0.8.0 | 561 | 11/12/2017 |
0.7.9-beta | 522 | 8/16/2017 |
0.7.8-beta | 535 | 8/14/2017 |
0.7.7-alpha | 478 | 8/14/2017 |
0.7.6-alpha | 487 | 8/14/2017 |
0.7.5 | 569 | 8/12/2017 |
0.7.4 | 573 | 8/12/2017 |
0.7.3 | 563 | 8/12/2017 |
0.6.1 | 612 | 3/19/2017 |
0.5.4 | 616 | 3/10/2017 |
0.5.3-alpha | 587 | 12/4/2016 |
0.5.2-alpha | 661 | 11/23/2016 |
0.5.1-alpha | 630 | 11/21/2016 |
0.4.1 | 660 | 9/25/2016 |
0.3.2 | 564 | 8/11/2016 |
0.3.1 | 555 | 8/7/2016 |
0.2.4 | 633 | 3/12/2016 |
0.2.3 | 674 | 1/10/2016 |
0.2.2 | 879 | 7/28/2015 |
0.2.1 | 817 | 7/4/2015 |