Skip to content

Commit 1cbebd8

Browse files
authored
Update guide-dataaccess-layer.asciidoc
1 parent 50dc1e6 commit 1cbebd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/guide-dataaccess-layer.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ toc::[]
55

66
The data-access layer is responsible for all outgoing connections to access and process data. This is mainly about accessing data from a persistent data-store. External system could also be accessed from the data-access layer if they match this definition, e.g. a mongo-db via rest services.
77

8-
Note: In the link:guide-structure-modern.asciidoc[modern project structure], this layer is replaced by the link:guide-domain-layer.asciidoc[domain layer].
9-
108
== Database
119

1210
You need to make your choice for a database. Options are documented https://github.com/devonfw/devonfw-guide/blob/master/general/db/guide-database.asciidoc[here].

0 commit comments

Comments
 (0)