[Added] nuconfig: $nuConfigDBOptions
Posted: Thu Mar 24, 2022 6:16 pm
The latest version allows you to specify additional PDO options in nuconfig.php:
E.g.
E.g.
Code: Select all
$nuConfigDBOptions = array(PDO::ATTR_PERSISTENT => true);