Describe the bug
Not support with custom connection name that difference from driver name. e.g: in config database.php i am using connections with name defaultdb and driver using mysql
To Reproduce
Assume you are using mysql database. Steps to reproduce the behavior:
- Edit 'config/database.php' edit in
connection array key with driver mysql to other than mysql. eg:
'connections' => [
'mydb' => [
'driver' => 'mysql'
.....
- Leave the
config/prequel.php as is
- Open prequel on browser
- Error with Exception Selected invalid or unsupported database driver
Next try i change my config path prequel.database.connection to mydb, same like on database config
Open prequel on browser, and is still error with message:
Your database connection might not be supported yet, currently supported: 'mysql', 'pgsql'. (Yours is: 'mydb').
Expected behavior
Prequel database config must follow the configuration from the database config, and make the connection details such as host, port, database, username, password is optional in the prequel config, just store the connection name on prequel config, and follow the rest from database config.
Screenshots
https://ibb.co/9WMmwfz
https://ibb.co/8M02W7d
PHP Version
Database type
- Type : mysql
- Version : 10.5.11-MariaDB
Desktop (please complete the following information):
- Browser : Chrome
- Version : 92.0.4515.107
Describe the bug
Not support with custom connection name that difference from driver name. e.g: in config
database.phpi am usingconnectionswith namedefaultdband driver usingmysqlTo Reproduce
Assume you are using mysql database. Steps to reproduce the behavior:
connectionarray key with drivermysqlto other thanmysql. eg:config/prequel.phpas isNext try i change my config path
prequel.database.connectiontomydb, same like on database configOpen prequel on browser, and is still error with message:
Expected behavior
Prequel database config must follow the configuration from the database config, and make the connection details such as host, port, database, username, password is optional in the prequel config, just store the connection name on prequel config, and follow the rest from database config.
Screenshots
https://ibb.co/9WMmwfz
https://ibb.co/8M02W7d
PHP Version
Database type
Desktop (please complete the following information):