kdyby/doctrine-dbal-batchimport

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

👁 fprochazka

Package info

github.com/Kdyby/DoctrineDbalBatchImport

Homepage

pkg:composer/kdyby/doctrine-dbal-batchimport

Statistics

Installs: 38 334

Dependents: 4

Suggesters: 8

Stars: 2

Open Issues: 6

dev-master 2017-05-11 23:11 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause, GPL-2.0, GPL-3.0 d361daadab5e284526c65a35b932f3bdf563ba92

  • Jakub Vrána
  • Jan Tvrdík
  • Michael Moravec
  • David Grudl
  • Filip Procházka <filip.woop@prochazka.su>

dbalsqlimportdoctrinequerykdybybatchexecute

This package is auto-updated.

Last update: 2022-02-01 12:56:55 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.