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