EgoDB 0.2.2
dotnet add package EgoDB --version 0.2.2
NuGet\Install-Package EgoDB -Version 0.2.2
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="EgoDB" Version="0.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EgoDB --version 0.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EgoDB, 0.2.2"
#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 EgoDB as a Cake Addin #addin nuget:?package=EgoDB&version=0.2.2 // Install EgoDB as a Cake Tool #tool nuget:?package=EgoDB&version=0.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EgoDB is a Solid, Professional, and easy to use Document Database
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.0
- Newtonsoft.Json (>= 6.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.2 | 131 | 4/17/2015 |
0.2.1.1 | 40 | 4/16/2015 |
0.2.1 | 40 | 4/16/2015 |
0.2.0 | 50 | 4/16/2015 |
0.1.3 | 46 | 4/12/2015 |
0.1.2 | 44 | 4/12/2015 |
0.1.1 | 41 | 4/10/2015 |
0.1.0 | 53 | 4/9/2015 |
0.0.9 | 45 | 4/5/2015 |
0.0.8 | 45 | 4/5/2015 |
0.0.7 | 60 | 3/16/2015 |
0.0.6 | 39 | 3/16/2015 |
0.0.5 | 38 | 3/16/2015 |
0.0.4 | 38 | 3/16/2015 |
0.0.3 | 37 | 3/16/2015 |
0.0.2 | 40 | 3/16/2015 |
0.0.1 | 41 | 3/16/2015 |
Fluent interface:
session.Query<Order>().TransformWith<OrderTransformer>().ToList<ViewableOrder>();
Optimized query.
you can have :
<connectionStrings>
<add name="EgoDB" connectionString="Database=MyEgoDB;Data Source=(LocalDb)\ego-db;" />
</connectionStrings>
other path options include:
(Desktop)
(ProgramFiles)
(ApplicationData)
(CurrentDirectory)
Note:
===============
(LocalDb) maps to "/App_Data"
Options are not case sensitive