March 2019
Intermediate to advanced
580 pages
15h 3m
English
In the past, Drupal has supported two databases—MySQL and PostgreSQL. Drupal 7 and 8 have moved beyond this. Drupal now uses the powerful PHP Data Objects (PDO) library that is standard in PHP 7. This library is an abstraction layer that allows developers to support numerous databases, including MySQL, PostgreSQL, SQLite, and MariaDB.
The minimum database versions for Drupal 8.7 are as follows:
Additionally, Drupal provides a powerful database API along with SQL coding conventions that make it easy to interact with your database—which, ...
Read now
Unlock full access