Embark 2.0.0-carbon

This is a prerelease version of Embark.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Embark --version 2.0.0-carbon
NuGet\Install-Package Embark -Version 2.0.0-carbon
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Embark" Version="2.0.0-carbon" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Embark --version 2.0.0-carbon
#r "nuget: Embark, 2.0.0-carbon"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Embark as a Cake Addin
#addin nuget:?package=Embark&version=2.0.0-carbon&prerelease

// Install Embark as a Cake Tool
#tool nuget:?package=Embark&version=2.0.0-carbon&prerelease

Micro NoSQL document database with a focus on visibility & simplicity.

The same 34kb dll is used for:
- Saving data to files locally
- Hosting or connecting to a HTTP Embark server
- Doesn't force any ID or [Attribute] conventions you that you must use
- Still, optional database interaction convention is avaliable.

Examples & source @ https://ubrgw.github.io/embark

Feel free to contact EmbarkDB@gmail.com with any feedback, suggestions & to get involved !

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8 1,840 2/23/2016
2.1.7 1,578 2/14/2016
2.1.6 1,675 12/6/2015
2.1.5-black 1,448 9/18/2015
2.1.5-aqua 1,442 9/15/2015
2.1.3 1,619 9/1/2015
2.1.2 1,588 8/25/2015
2.1.1 1,622 8/20/2015
2.1.0 1,871 8/6/2015
2.0.5 1,666 7/25/2015
2.0.4 1,706 7/25/2015
2.0.4-breeze 1,436 7/16/2015
2.0.4-arctic 1,398 6/16/2015
2.0.3 1,651 5/27/2015
2.0.2 1,621 5/27/2015
2.0.1 1,602 5/18/2015
2.0.0 1,507 5/12/2015
2.0.0-carbon 1,442 5/7/2015
2.0.0-blackwood 1,382 5/5/2015
2.0.0-aurora 1,488 5/4/2015
1.0.16 1,810 4/30/2015
1.0.15 1,758 4/26/2015
1.0.14 1,785 4/22/2015
1.0.13 1,692 4/19/2015
1.0.12 1,647 4/18/2015
1.0.11 1,682 4/15/2015
1.0.10-beta 1,478 4/14/2015
1.0.9-beta 1,458 4/12/2015
1.0.8-beta 1,455 4/11/2015
1.0.7-beta 1,460 4/10/2015
1.0.6-alpha 1,431 4/8/2015
1.0.5-alpha 1,439 4/7/2015
1.0.4-alpha 1,474 4/6/2015
1.0.3-alpha 1,426 4/4/2015

- New optional convention based database interaction
- Refactor of classes & namespaces to better express architectural intent
- Get<string>(..) on saved class object returns jsonText

Usage & docs @ https://ubrgw.github.io/embark