Info
Version: | 5.0.1 |
Author(s): | danielwertheim |
Last Update: | Friday, August 3, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/danielwertheim/pinecone |
NuGet Url: | https://www.nuget.org/packages/PineCone |
Install
Install-Package PineCone
dotnet add package PineCone
paket add PineCone
PineCone Download (Unzip the "nupkg" after downloading)
Dependencies
- Ensure.That(0.9.0)
- NCore(0.32.0)
Tags
PineCone takes an instance of an C# class and builds a class-schema for it.
This schema is then used to extract all primitive .Net types in the object-graph using some IL-Emits and then turns this to a key-value structure with paths and values.
PineCone has been extracted from the open source document-oriented provider for SQL-server, SisoDb (http://sisodb.com).