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

Creating a new database adapter

My eventual goal is to able to use a gpu accellerated db in the backend. I am looking at writing an adapter to connect the mapd database to my phalcon instance. I can find notes for phalcon 1.X but don't see anything for creating a db adapter for phalcon 3.X Interfacing will need to be done using the Apache arrow interfaces

Hi @hellozt it is easy you have to read this docs about db layer and then follow some example from incubator repo and finally when that works create a PR ;)

Good luck