Embark 2.0.0-carbon
dotnet add package Embark --version 2.0.0-carbon
NuGet\Install-Package Embark -Version 2.0.0-carbon
<PackageReference Include="Embark" Version="2.0.0-carbon" />
paket add Embark --version 2.0.0-carbon
#r "nuget: Embark, 2.0.0-carbon"
// 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 | Versions 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. |
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 |
- 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