An open API service indexing awesome lists of open source software.

https://github.com/itk-dev/database-bundle


https://github.com/itk-dev/database-bundle

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Database bundle

A Symfony bundle with useful database stuff.

## Installation

Require the bundle with `composer`:

```sh
composer require itk-dev/database-bundle "^1.2"
```

Enable the bundle:

```php
['all' => true],
// …
];

```

## Usage

Dump database:

```sh
bin/console itk-dev:database:dump
```

Open database from command line:

```sh
bin/console itk-dev:database:cli
```