Does MemSQL fully support Phalcon

I’m new in this technology, so I wanna ask about the compatibility between MemSQL and Phalcon. Does it fully provide libs for php-phalcon.

Thanks!

Hello,

From what it seems, Phalcon uses PHP classes and interface. We have not specifically tested with PHP drivers. But, if you are able to connect to a MySQL database using Phalcon, try to connect to MemSQL using the same MySQL drivers. You just have to change the connection string - for hostname and port number.

Let us know how the test goes.

Thanks,