dev-master
9999999-dev https://bitbucket.org/nalogka/doctrine-init-bundle
MIT
The Requires
- php ^5.6 || ^7.0
by Anton Tyutin
v0.1.0
0.1.0.0 https://bitbucket.org/nalogka/doctrine-init-bundle
MIT
The Requires
- php ^5.6 || ^7.0
by Anton Tyutin
Wallogit.com
2017 © Pedro Peláez
Symfony bundle for executing some initial SQLs right after database connection has been established., (*1)
composer require nalogka/doctrine-init-bundle
After that you can set up initial sql commands in project configuration:, (*2)
nalogka_connection_init:
initial_sqls:
- "SET SESSION wait_timeout = 3600" # setting up mysql inactivity timeout (sec)
Defined SQLs will be executed right after the connection has been established., (*3)
MIT
MIT