/WiredTigerNet

C++/CLI wrapper for WiredTiger key-value engine

Primary LanguageCMIT LicenseMIT

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.