3 çeşit bağlantı CoreDB tarafından desteklenmektedir.
user:
class: App\Entity\User
oneToOne:
address:
foreignKey: "user"
blog:
class: App\Entity\Blog
oneToMany:
attachment:
foreignKey: "blog"
comment:
foreignKey: "blog"
blog:
class: App\Entity\Blog
manyToMany:
tag:
mergeTable: "blog_tags"
selfKey: "blog"
foreignKey: "tag"
createIfNotExist: true