- Phalcon\Db\Adapter\Pdo\Mysql : Mysql
- Phalcon\Db\Adapter\Pdo\Postgresql : Postgresql
- Phalcon\Db\Adapter\Pdo\Sqlite : SQLite
Phalcon is a PHP web framework that is known for its high performance and low overhead due to its implementation as a C extension. When it comes to database support, Phalcon is quite versatile. As of my last update in January 2022, Phalcon supports various database engines including:
- MySQL
- PostgreSQL
- SQLite
- Microsoft SQL Server
These are some of the commonly used database engines supported by Phalcon. However, it’s always a good idea to check the latest documentation or release notes for any updates or additions to the list of supported database engines.