Hi,
is there already a db adapter for SQL Server?
thx for answer
Hannes
|
Oct '15 |
4 |
2132 |
2 |
Currently no. Phalcon only natively supports MySQL, Postgres, Oracle, and SQLite.
@Phalcon, can you weigh in? Are there plans for a MSSQL adapter?
We currently have support for MySQL, Postgres, Oracle, and SQLite: http://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