I get that it saves into PHPCR through Doctrine ODM.
But I get that it is all saved in app.sqlite
, but I don't see how does it works conceptually ?
Why does it need the database at all when everything is saved in app.sqlite
?
Why do I need to make this kind of commands php app/console doctrine:phpcr:init:dbal
and so on ?