laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 416 forks source link

Database configuration is not perfect #1227

Closed lscar closed 2 years ago

lscar commented 2 years ago

Description:

Singleton connection will be resident in memory, it is recommended to turn on persistent connection for better performance. So I want to configure "PDO::ATTR_PERSISTENT => true" of "mysql options" and redis is the same.Currently the above configuration cannot be achieved without changing the loading logic.

I hope to get reply and support as soon as possible, thank you!

Steps To Reproduce:

driesvints commented 2 years ago

Feel free to attempt a PR if you want 👍