We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
也许看看http://ravendb.net/。它将 JSON 文档存储在键值存储中,但具有强大的 .NET 对象支持。
根据您对需求的解释,您还可以考虑仅使用它的托管存储引擎“Raven.Munin”,它是一个组件。
Perhaps have a look at http://ravendb.net/. It stores JSON documents in a key-value storage, but with great .NET object support.
From your explanation of your needs, you could also look into just utilizing it's managed storage engine, "Raven.Munin", which is a single assembly.