<?php
/**
 * Options for the simplemysqlclient plugin
 *
 * @author Heiko Heinz <heiko.heinz@soft2c.de>
 */

$meta['dbtype']  = array('multichoice','_choices' => array('mysql','postgresql')); //,'oracle'
$meta['dbName'] = array('string');
$meta['serverName'] = array('string');
$meta['userName'] = array('string');
$meta['passWord'] = array('string');
$meta['allowedUserGroups'] = array('string');

