diff --git a/config-templates/config.php b/config-templates/config.php
index 54121b5faac74832007f2a85bcba2c7490266098..50a08f9b9b749c3bbf6db5f6e60784b93f7d052c 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -384,6 +384,11 @@ $config = array(
      */
     'database.prefix' => '',
 
+    /*
+     * (Optional) Driver options
+     */
+    'database.driver_options' => array(),
+
     /*
      * True or false if you would like a persistent database connection
      */
@@ -397,7 +402,7 @@ $config = array(
      *
      * Configuration options in the slave array are exactly the same as the
      * options for the master (shown above) with the exception of the table
-     * prefix.
+     * prefix and driver options.
      */
     'database.slaves' => array(
         /*