12e564e06SAndreas Gohr<?php 2*9730265cSAndreas Gohr 32e564e06SAndreas Gohr/** 42e564e06SAndreas Gohr * Options for the dbquery plugin 52e564e06SAndreas Gohr * 62e564e06SAndreas Gohr * @author Andreas Gohr <dokuwiki@cosmocode.de> 72e564e06SAndreas Gohr */ 82e564e06SAndreas Gohr 92e564e06SAndreas Gohr$meta['namespace'] = ['string']; 103113520cSAndreas Gohr$meta['dsn'] = []; 112e564e06SAndreas Gohr$meta['user'] = ['string']; 122e564e06SAndreas Gohr$meta['pass'] = ['password']; 13