feat: implement MySQL driver and schema discovery service for dynamic database management
This commit is contained in:
@@ -102,9 +102,9 @@ class DatabaseService
|
||||
/**
|
||||
* Export the database.
|
||||
*/
|
||||
public function export(array $config): string
|
||||
public function export(array $config, array $filters = []): string
|
||||
{
|
||||
return $this->getDriver()->export($config);
|
||||
return $this->getDriver()->export($config, $filters);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user