Drupal Extension Drivers
========================

The Drupal Extension provides drivers for interacting with your site which are
compatible with Drupal 6, 7, and 8. Each driver has its own limitiations.

+-----------------------+----------+-------+------------+
| Feature               | Blackbox | Drush | Drupal API |
+=======================+==========+=======+============+
| Map Regions           | Yes      | Yes   | Yes        |
+-----------------------+----------+-------+------------+
| Create users          | No       | Yes   | Yes        |
+-----------------------+----------+-------+------------+
| Create nodes          | No       | No    | Yes        |
+-----------------------+----------+-------+------------+
| Create vocabularies   | No       | No    | Yes        |
+-----------------------+----------+-------+------------+
| Create taxonomy terms | No       | No    | Yes        |
+-----------------------+----------+-------+------------+
| Run tests and site    |          |       |            |
| on different servers  | Yes      | Yes   | No         |
+-----------------------+----------+-------+------------+



