12e564e06SAndreas Gohr<?php 22e564e06SAndreas Gohr/** 32e564e06SAndreas Gohr * Options for the dbquery plugin 42e564e06SAndreas Gohr * 52e564e06SAndreas Gohr * @author Andreas Gohr <dokuwiki@cosmocode.de> 62e564e06SAndreas Gohr */ 72e564e06SAndreas Gohr 82e564e06SAndreas Gohr$meta['namespace'] = ['string']; 9*3113520cSAndreas Gohr$meta['dsn'] = []; 102e564e06SAndreas Gohr$meta['user'] = ['string']; 112e564e06SAndreas Gohr$meta['pass'] = ['password']; 122e564e06SAndreas Gohr 132e564e06SAndreas Gohr 14