简体   繁体   English

东京内阁和.Net

[英]Tokyo Cabinet & .Net

Is it possible to use Tokyo Cabinet with any of the .Net Languages, preferably VB10? 是否可以将Tokyo Cabinet与任何.Net语言一起使用,最好是VB10? How about Tokyo Tyrant? 东京暴君怎么样? Preferably without going through LUA/Ruby or other wrappers.. 最好不要通过LUA / Ruby或其他包装..

If there's no easy way in doing so, can you recommend other fast Key-Value Database which can be used? 如果这样做没有简单的方法,你能推荐其他可以使用的快速键值数据库吗?

I've just published a .NET wrapper for Tokyo Tyrant on CodePlex . 我刚刚在CodePlex上Tokyo Tyrant发布了一个.NET包装器。 It supports the key/value interface as well as the table database mode. 它支持键/值接口以及表数据库模式。 It also has a comprehensive example app that should get you started quickly. 它还有一个全面的示例应用程序,可以让您快速入门。

Check out CouchDB . 查看CouchDB The only .NET wrapper I know of is SharpCouch , but you could also access it using the database's native RESTful HTTP API. 我所知道的唯一.NET包装器是SharpCouch ,但您也可以使用数据库的原生RESTful HTTP API访问它。 I imagine there are a few other wrappers out there by now, but I don't know of any others off hand. 我想现在还有其他一些包装纸,但我不知道其他任何一个包装纸。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM