<?php
/**
 * english language file for dbquery plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$meta['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.';
$meta['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN string</a> for your database.';
$meta['user'] = 'The user name to connect to your database.';
$meta['pass'] = 'The password to connect to your database';
