Embark 1.0.6-alpha
See the version list below for details.
dotnet add package Embark --version 1.0.6-alpha
NuGet\Install-Package Embark -Version 1.0.6-alpha
<PackageReference Include="Embark" Version="1.0.6-alpha" />
paket add Embark --version 1.0.6-alpha
#r "nuget: Embark, 1.0.6-alpha"
// Install Embark as a Cake Addin #addin nuget:?package=Embark&version=1.0.6-alpha&prerelease // Install Embark as a Cake Tool #tool nuget:?package=Embark&version=1.0.6-alpha&prerelease
NoSQL document database with only a few commands, so that you don't have to learn a whole new framework to continue developing.
Embark allows you to defer the plumbing or commitment of choosing a specific database technology before getting things done.
Documents are saved in .txt files in folders for each collection so you can easily view/edit data while prototyping. The default serialization is Json, but you can also plug in some other format like YAML or DSON if you like.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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,942 | 2/23/2016 |
2.1.7 | 1,635 | 2/14/2016 |
2.1.6 | 1,732 | 12/6/2015 |
2.1.5-black | 1,505 | 9/18/2015 |
2.1.5-aqua | 1,511 | 9/15/2015 |
2.1.3 | 1,681 | 9/1/2015 |
2.1.2 | 1,653 | 8/25/2015 |
2.1.1 | 1,688 | 8/20/2015 |
2.1.0 | 1,940 | 8/6/2015 |
2.0.5 | 1,730 | 7/25/2015 |
2.0.4 | 1,768 | 7/25/2015 |
2.0.4-breeze | 1,486 | 7/16/2015 |
2.0.4-arctic | 1,458 | 6/16/2015 |
2.0.3 | 1,715 | 5/27/2015 |
2.0.2 | 1,687 | 5/27/2015 |
2.0.1 | 1,674 | 5/18/2015 |
2.0.0 | 1,553 | 5/12/2015 |
2.0.0-carbon | 1,497 | 5/7/2015 |
2.0.0-blackwood | 1,443 | 5/5/2015 |
2.0.0-aurora | 1,552 | 5/4/2015 |
1.0.16 | 1,880 | 4/30/2015 |
1.0.15 | 1,828 | 4/26/2015 |
1.0.14 | 1,856 | 4/22/2015 |
1.0.13 | 1,751 | 4/19/2015 |
1.0.12 | 1,711 | 4/18/2015 |
1.0.11 | 1,752 | 4/15/2015 |
1.0.10-beta | 1,543 | 4/14/2015 |
1.0.9-beta | 1,517 | 4/12/2015 |
1.0.8-beta | 1,516 | 4/11/2015 |
1.0.7-beta | 1,518 | 4/10/2015 |
1.0.6-alpha | 1,483 | 4/8/2015 |
1.0.5-alpha | 1,497 | 4/7/2015 |
1.0.4-alpha | 1,538 | 4/6/2015 |
1.0.3-alpha | 1,486 | 4/4/2015 |
Implemented GetBetween(..) !
Usage & docs @ https://ubrgw.github.io/embark
If you run server, either run it in admin mode or allow your server app to use the your-machine:port/embark/ uri
http://stackoverflow.com/questions/8727293/http-could-not-register-url-http-8000-hellowcf-your-process-does-not-have/17242260#17242260