We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Does anyone know of a CouchDb adapter?

Hi,

I have a couchdb backend and I was hoping someone could point me to a phalcon implementation that uses the Mvc\ModelInterface. Does anyone know of one that exists?

Cheers

Looking into this further, it looks like one would need to create an extension of https://github.com/phalcon/cphalcon/blob/master/ext/mvc/collection.c somehow?