2017 © Pedro Peláez
 

symfony-bundle doctrine-init-bundle

image

nalogka/doctrine-init-bundle

  • Tuesday, March 20, 2018
  • by AntonTyutin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 48 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 269 % Grown

The README.md

Execution of initial SQLs after connection is established

Symfony bundle for executing some initial SQLs right after database connection has been established., (*1)

Installing

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)

The Versions

20/03 2018

dev-master

9999999-dev https://bitbucket.org/nalogka/doctrine-init-bundle

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

20/03 2018

v0.1.0

0.1.0.0 https://bitbucket.org/nalogka/doctrine-init-bundle

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0