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.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-carbon | 35 | 5/7/2015 |
2.0.0-blackwood | 36 | 5/5/2015 |
2.0.0-aurora | 37 | 5/4/2015 |
1.0.16 | 52 | 4/30/2015 |
1.0.15 | 42 | 4/26/2015 |
1.0.14 | 42 | 4/22/2015 |
1.0.13 | 44 | 4/19/2015 |
1.0.12 | 42 | 4/18/2015 |
1.0.11 | 44 | 4/15/2015 |
1.0.10-beta | 36 | 4/14/2015 |
1.0.9-beta | 36 | 4/12/2015 |
1.0.8-beta | 34 | 4/11/2015 |
1.0.7-beta | 32 | 4/10/2015 |
1.0.6-alpha | 33 | 4/8/2015 |
1.0.5-alpha | 32 | 4/7/2015 |
1.0.4-alpha | 32 | 4/6/2015 |
1.0.3-alpha | 34 | 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