Embark 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Embark --version 2.1.1
NuGet\Install-Package Embark -Version 2.1.1
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.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Embark --version 2.1.1
#r "nuget: Embark, 2.1.1"
#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.1.1

// Install Embark as a Cake Tool
#tool nuget:?package=Embark&version=2.1.1

Micro document database with a focus on visibility & simplicity.

The same 34kb dll is used for:
- Saving data to file(s) locally
- Hosting or connecting to a HTTP Embark server
- Doesn't force any ID or [Attribute] conventions you that you must use
- Still, optional convention based interaction is avaliable.
- Flexible constructor injection for custom behaviour
- Runtime-only DB option for unit testing/mocks

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

Feedback, suggestions & pull requests welcome!

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,855 2/23/2016
2.1.7 1,594 2/14/2016
2.1.6 1,690 12/6/2015
2.1.5-black 1,464 9/18/2015
2.1.5-aqua 1,457 9/15/2015
2.1.3 1,634 9/1/2015
2.1.2 1,601 8/25/2015
2.1.1 1,637 8/20/2015
2.1.0 1,887 8/6/2015
2.0.5 1,682 7/25/2015
2.0.4 1,721 7/25/2015
2.0.4-breeze 1,448 7/16/2015
2.0.4-arctic 1,416 6/16/2015
2.0.3 1,666 5/27/2015
2.0.2 1,636 5/27/2015
2.0.1 1,622 5/18/2015
2.0.0 1,507 5/12/2015
2.0.0-carbon 1,458 5/7/2015
2.0.0-blackwood 1,400 5/5/2015
2.0.0-aurora 1,507 5/4/2015
1.0.16 1,813 4/30/2015
1.0.15 1,775 4/26/2015
1.0.14 1,803 4/22/2015
1.0.13 1,709 4/19/2015
1.0.12 1,663 4/18/2015
1.0.11 1,701 4/15/2015
1.0.10-beta 1,496 4/14/2015
1.0.9-beta 1,476 4/12/2015
1.0.8-beta 1,475 4/11/2015
1.0.7-beta 1,480 4/10/2015
1.0.6-alpha 1,449 4/8/2015
1.0.5-alpha 1,458 4/7/2015
1.0.4-alpha 1,493 4/6/2015
1.0.3-alpha 1,445 4/4/2015

- Added in-memory runtime DataStore
- Thread-safety of Insert/Update/Delete/Get to the same document is synchronized internally, while mulitple concurrent calls are still executed simultaneously to the DataStore.
- Removed persisting last ID to store seperately
- More code converted to C# 6

> [Bugfix] HTTP error when server result is too large for client to accept.

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