feat: add DatabaseDriverInterface to define standard database operations
This commit is contained in:
@@ -37,7 +37,7 @@ interface DatabaseDriverInterface
|
|||||||
/**
|
/**
|
||||||
* Export the database.
|
* Export the database.
|
||||||
*/
|
*/
|
||||||
public function export(array $config): string;
|
public function export(array $config, array $filters = []): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Import the database.
|
* Import the database.
|
||||||
|
|||||||
Reference in New Issue
Block a user