问题描述
有没有人将 Delphi 与 Mongo、CouchDB 等 NoSQL 数据库结合使用?你会推荐哪一个?
Have anyone ever used Delphi with NoSQL databases like Mongo, CouchDB or others? Which one would you recommend?
推荐答案
对于 Mongo,有 TMongoWire 和 pebongo(早期阶段).对于couchDB,我相信主要通过HTTP/JSON进行交互对于 Cassandra,我相信最好的办法是以某种方式在您的 Delphi 应用程序中加入一种受支持的语言并使用它与 Cassandra 交互,或者以受支持的语言实现 Web 服务并使其可供您的 Delphi 应用程序访问.
For Mongo, theres TMongoWire and pebongo (early stages). For couchDB, I believe one would interact mainly through HTTP/JSONFor Cassandra, I believe the best bet would be to somehow incorporate a supported language inside your Delphi app and use that to interact with Cassandra, or else implement a web service in a supported language and make it accessible to your Delphi application.
希望对你有帮助.
这篇关于德尔福和 NoSQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!