Example #1
0
 /**
  * @param string $connectionName
  * @return array
  */
 public function getSchemas($connectionName = "default")
 {
     $this->queryValidator->validateConnection($connectionName);
     $this->dynamicRepo->setUp($connectionName);
     return $this->dynamicRepo->getSchemaNames();
 }