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
#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

Support for this package is discontinued. I recommend you don't use.  EgoDB is a Solid, Professional, and easy to use Document Database

Product 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EgoDB:

Package Downloads
EgoDB.Identity

EgoDB Identity

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.2 2,136 4/17/2015
0.1.2 1,087 4/12/2015
0.1.1 1,057 4/10/2015
0.1.0 1,204 4/9/2015
0.0.9 1,062 4/5/2015
0.0.8 1,084 4/5/2015
0.0.7 1,020 3/16/2015
0.0.6 1,014 3/16/2015
0.0.5 1,040 3/16/2015
0.0.4 1,004 3/16/2015
0.0.3 1,005 3/16/2015
0.0.2 1,057 3/16/2015
0.0.1 1,048 3/16/2015

Support for this package is discontinued. I recommend you don't use. 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