纯 C# 实现的 Leveldb
兼容 .NETStandard 1.3 (.NET 46 .NET Core 1.0)
主要项目使用 dotnet 构建,但由于某些依赖关系,测试项目目前正在针对 net46,只能在 Windows 上构建和运行。
git clone https://github.com/tg123/IronLeveldb.git dotnet restore dotnet build dotnet test IronLeveldb.Test\IronLeveldb.Test.csproj