xxbbxb / WiredTigerNet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C 81.3%Language:C++ 11.3%Language:C# 7.4%