Delphi and NoSQL

后端 未结 3 829
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 02:20

Have anyone ever used Delphi with NoSQL databases like Mongo, CouchDB or others? Which one would you recommend?

3条回答
  •  Happy的楠姐
    2021-02-02 02:48

    For Mongo, theres TMongoWire and pebongo (early stages). For couchDB, I believe one would interact mainly through HTTP/JSON For 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.

    Hope it helps.

提交回复
热议问题