SkillAgentSearch skills...

WiredTigerNet

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

Install / Use

/learn @skbkontur/WiredTigerNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks3

Languages

C

Security Score

70/100

Audited on Dec 17, 2023

No findings