I am rewriting a big project using Phalcon and I want to get it right from the start. The project involves connecting to Microsoft SQL server and running large queries on it. How does phalcon easily integrate with MSSQL and can I get an example of such.
Thanks in advance.