Nejdb.Unofficial
0.2.42
dotnet add package Nejdb.Unofficial --version 0.2.42
NuGet\Install-Package Nejdb.Unofficial -Version 0.2.42
<PackageReference Include="Nejdb.Unofficial" Version="0.2.42" />
paket add Nejdb.Unofficial --version 0.2.42
#r "nuget: Nejdb.Unofficial, 0.2.42"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 5.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
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.