/**
  * @return string[]
  */
 protected function getDriver()
 {
     return $this->adapterClass ? $this->adapterClass : ($this->con ? $this->con->getAttribute(\PDO::ATTR_DRIVER_NAME) : 'sqlite');
 }