This is the database bundle for the Torakel project. It contains all the Doctrine Entities and Repositories to store and select the data.
composer require torakel/database-bundle 0.2
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
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.