How to use Phalcon with Cassandra PDO?
1条回答 默认 最新
- douzhuo8871 2014-04-08 14:37关注
At the moment Phalcon does not support Cassandra PDO - actually you are the first person to ever ask for it :)
You can however implement it yourself using these guides
http://docs.phalconphp.com/en/latest/reference/db.html#implementing-your-own-adapters http://docs.phalconphp.com/en/latest/reference/db.html#implementing-your-own-dialects
Sample implementations can be found in our incubator repo here:
https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Db/Adapter
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报