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

SQL Server Adapter

Hi,

is there already a db adapter for SQL Server?

thx for answer

Hannes

Currently no. Phalcon only natively supports MySQL, Postgres, Oracle, and SQLite.

@Phalcon, can you weigh in? Are there plans for a MSSQL adapter?

Any news about this topic?

+DB2 <grin>



98.9k

We currently have support for MySQL, Postgres, Oracle, and SQLite: https://docs.phalcon.io/en/latest/reference/db.html#database-adapters,

We're open to accept pull-requests with new adapters in the cphalcon repository or php-based drivers in the incubator