Nejdb.Unofficial 0.2.42

dotnet add package Nejdb.Unofficial --version 0.2.42
NuGet\Install-Package Nejdb.Unofficial -Version 0.2.42
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="Nejdb.Unofficial" Version="0.2.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nejdb.Unofficial --version 0.2.42
#r "nuget: Nejdb.Unofficial, 0.2.42"
#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 Nejdb.Unofficial as a Cake Addin
#addin nuget:?package=Nejdb.Unofficial&version=0.2.42

// Install Nejdb.Unofficial as a Cake Tool
#tool nuget:?package=Nejdb.Unofficial&version=0.2.42

Unofficial bindings for ejbd database (see ejdb.org for details). EJDB lib (version 1.1.25) is embedded and run under both x32/x64 processes.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.42 192 10/17/2014
0.2.32 111 7/8/2014
0.2.31 70 6/21/2014
0.2.26 66 4/8/2014
0.2.25 63 3/9/2014
0.2.24 65 2/27/2014
0.2.15 74 12/21/2013
0.2.7 75 12/15/2013
0.2.2 54 11/21/2013
0.1.13 48 11/13/2013

bugs:
   #26 Cannot serialize nullable ObjectId to documents
   #25 Non-Id property of type ObjectId does not deserialized properly
   #24 Deserialization fails if Id property has public setter
   #22 LoadLibrary does not work if non-unicode encoding is invalid for current operating system
   #19 Cursor loads invalid Id if it not the first field in bson
   #12 Run in 32Bit Process in a 64Bit OS
   #9  Impossible to update object.

enhancements:
   #23 Deserialize properties with private/protected setters
   #21 Add expression based order by hint
   #16 Use unsafe streams to reduce memory traffic
   #15 Reuse buffers for bson serialization/deserialization enhancement
   #11 Cache unmanaged method delegates to avoid calls to GetProcAddress
   #4  Wrap transaction in disposable object.
   #3  Introduce query API for non-update queries.
   #2  Add strongly typed queries and cursors.
   #1  Allow strongly typed save / load.