Skip to content

Commit

Permalink
Update ER diagram for Shopwrae6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta committed Aug 30, 2024
1 parent 8f49ffc commit 7e8af55
Show file tree
Hide file tree
Showing 2 changed files with 2,903 additions and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/framework/data-abstraction-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nav:

In contrast to most Symfony applications, Shopware uses no ORM, but a thin abstraction layer called the data abstraction layer \(DAL\). The DAL is implemented with the specific needs of Shopware in mind and lets developers access the database via pre-defined interfaces. Some concepts used by the DAL, like Criteria, may sound familiar to you if you know [Doctrine](https://symfony.com/doc/current/doctrine.html) or other ORMs. A reference to more in-depth documentation about the DAL can be found below.

Refer to [Shopware entity relationship model](https://developers.shopware.com/assets/pdf/erd.pdf) dipicts different tables with different colors and their relationship.
Refer to [Shopware entity relationship model](../../../docs/snippets/mermaid-diagrams/sw-6.6.5.1.mermaid) dipicts different tables with different colors and their relationship.

### CRUD operations

Expand Down
Loading

0 comments on commit 7e8af55

Please sign in to comment.