Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 1.06 KB

readme.md

File metadata and controls

24 lines (13 loc) · 1.06 KB

WiredTiger.NET

Build status

WiredTiger.NET is the C++/CLI wrapper for WiredTiger key-value engine.

Dynamic CRT dependency

Note that WiredTiger.NET has dependency on Microsoft CRT library. We cannot compile WiredTiger.NET linked statically with CRT because of we use C++/CLI does not support statically linked CRT (mixing /clr and /MD is not supported).

Therefore, if you have some issues with WiredTiger.NET, check you have installed Visual C++ Redistributable Packages.

Downloads

You can download latest binaries for master branch from appveyor artifacts page.

Contribute

Your Pull Requests are welcome!

License

Distributed with permissive MIT license.