Allow connection to different database backends, for now mysql and dblib

This commit is contained in:
2018-12-12 12:14:54 +01:00
parent b852dec610
commit cea39b66c8
7 changed files with 16 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
* @author George Pirogov <i1557@yandex.ru>
*/
$meta['type'] = array('multichoice', '_choices' => array('mysql', 'dblib'));
$meta['Host'] = array('string');
$meta['DB'] = array('string');
$meta['user'] = array('string');