torakel/database-bundle

The database bundle for the Torakel project

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:football-database-bundle

0.2 2018-03-11 05:05 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:30:44 UTC


README

Build Status Coverage Status Scrutinizer Code Quality Code Intelligence Status Latest Stable Version License

This is the database bundle for the Torakel project. It contains all the Doctrine Entities and Repositories to store and select the data.

Install

composer require torakel/database-bundle 0.2
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

Database Schema

There is another repository for the actual database schema of the Torakel project. You don't need the files, since everything is generated from this Bundle, but if you want to understand the relationships within the schema, you might check up the docs of the repository: https://github.com/torakel/database-schema.