feat: add DatabaseDriverInterface to define standard database operations

This commit is contained in:
Ümit Tunç
2026-04-24 22:43:36 +03:00
parent e75657d22a
commit 5af75c95dd
@@ -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.