Drupal Database API Advanced - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal Training Syllabus

Drupal Database API Advanced

The goal of the API is to allow the developer to write one query that will work across multiple types of databases.

Learning Objectives

Trainee will be able to write queries, simple to complex, using Database API.

Course Content

  1. Multiple database

  2. Drupal gives the chance to use multiple databases for a single installation.
    https://www.drupal.org/node/1332422

  3. Switching database

  4. It is possible to switch database in case if multiple databases are there.
    https://www.drupal.org/node/18429

  5. Databases other than Mysql

  6. Drupal supports databases other than MySQL.
    https://www.drupal.org/node/1258406
    http://spf13.com/post/getting-started-with-drupal-and-mongodb

Reference

https://buildamodule.com/video/drupal-7-development-core-concepts-how-to...

Exercise

Exercise for connecting multiple database

Next » Drupal Upgrade