N98\Magento\Command\Database\AbstractDatabaseCommand::_dsn PHP Method

_dsn() protected method

Creates a PDO DSN for the adapter from $this->_config settings.
See also: Zend_Db_Adapter_Pdo_Abstract
Deprecation: Please use database helper
protected _dsn ( ) : string
return string
    protected function _dsn()
    {
        return $this->getHelper('database')->dsn();
    }