如何通过 .Net 语言使用 Tokyo Cabinet?
是否可以将 Tokyo Cabinet 与任何 .Net 语言(最好是 VB10)一起使用? 东京暴君怎么样? 最好不要通过 LUA/Ruby 或其他包装器。
Is it possible to use Tokyo Cabinet with any of the .Net Languages, preferably VB10? How about Tokyo Tyrant? Preferably without going through LUA/Ruby or other wrappers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚在 CodePlex 上发布了 Tokyo Tyrant 的 .NET 包装器。 它支持key/value接口以及表数据库模式。 它还具有一个全面的示例应用程序,可以帮助您快速入门。
I've just published a .NET wrapper for Tokyo Tyrant on CodePlex. 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.
查看 CouchDB。 我所知道的唯一 .NET 包装器是 SharpCouch,但您也可以使用数据库的本机 RESTful HTTP API 访问它。 我想现在还有其他一些包装纸,但我不知道还有其他的。
Check out CouchDB. The only .NET wrapper I know of is SharpCouch, but you could also access it using the database's native 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.