Dump command

Doesnt work yet, just as notice
This commit is contained in:
slawkens
2023-11-11 14:43:15 +01:00
parent c81861d8c8
commit 998e15cabd
3 changed files with 20 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ try {
$capsule->addConnection([
'driver' => 'mysql',
'database' => $config['database_name'],
'username' => $config['database_user'],
'password' => $config['database_password'],
]);
$capsule->getConnection()->setPdo($db);