I would like to keep connection Persistent is that possible using your library? ``` $opts = array( PDO::ATTR_PERSISTENT => true, // use existing connection if exists, otherwise try to connect ); ``` Also is it a good option to set?