ijvo/kdyby-doctrine-dbal-batchimport

Batch import & execute utils for effective processing of SQL Imports from files and strings

Maintainers

Package info

github.com/IJVo/Kdyby-DoctrineDbalBatchImport

Homepage

Issues

pkg:composer/ijvo/kdyby-doctrine-dbal-batchimport

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

Stars: 0

1.2.0 2026-02-10 14:15 UTC

This package is auto-updated.

Last update: 2026-03-10 14:30:56 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.

Build Status Downloads this Month Latest stable Join the chat at https://gitter.im/Kdyby/Help

This package is based on the work of several people, mainly

  • Jakub Vrána and his Adminer
  • David Grudl and his Dibi

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.