ijvo / kdyby-doctrine-dbal-batchimport
Batch import & execute utils for effective processing of SQL Imports from files and strings
1.1.0
2024-01-21 17:57 UTC
Requires
- php: >=5.4
- doctrine/dbal: ^3.7
Requires (Dev)
- nette/tester: ^2.5
This package is auto-updated.
Last update: 2024-10-21 19:51:05 UTC
README
Util classes for smarter loading of SQL files, that contain different delimiters (for example triggers) from string and from files for low-memory consumption.
This package is based on the work of several people, mainly
Installation
The best way to install Kdyby/DoctrineDbalBatchImport is using Composer:
$ composer require kdyby/doctrine-dbal-batchimport
Homepage http://www.kdyby.org and repository http://github.com/Kdyby/DoctrineDbalBatchImport.