brainbits/database-command

Library providing symfony database commands

1.0.4 2024-02-22 15:15 UTC

This package is auto-updated.

Last update: 2024-04-22 15:53:06 UTC


README

codecov

Installation

Register the commands in your services.yaml.

    Brainbits\DatabaseCommand\Command\SchemaExistsCommand: ~

    Brainbits\DatabaseCommand\Command\WaitForDatabaseCommand: ~

Usage

$ bin/console brainbits:database:wait-for-database --retry-seconds 3 --retry-count 100
$ bin/console brainbits:database:schema-exists