Skip to content

Doctrine DBAL connection wrapper to add some mysql specific semantics. Currently insert on duplicate key update.

License

Notifications You must be signed in to change notification settings

danielec7/doctrine-mysql-dbal-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBAL Extensions

Installation

Using composer:

composer require ijanki/doctrine-mysql-dbal-extensions

Setup

Configure doctrine dbal to use the wrapper class.

# config.yml
doctrine:
    dbal:
        wrapper_class: 'Ijanki\DBAL\Connection'

List of Extensions

  • insertOnDuplicateKey

Credits

INSPIRED BY https://github.com/yadakhov/insert-on-duplicate-key

License

This library is licensed under the MIT License - see the LICENSE file for details

About

Doctrine DBAL connection wrapper to add some mysql specific semantics. Currently insert on duplicate key update.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages