Skip to content

Commit 54c8397

Browse files
authored
Fix typo in documentation in layer-dataaccess.asciidoc
1 parent ce07254 commit 54c8397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/layer-dataaccess.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This layer is implemented using providers. Those providers could be: services, r
2323

2424
== Database
2525

26-
We strongly recommend link:Although services can be used for this layer, they should not be confused with the service layer. Services in this layer are responsible for data access, while services in the service layer are responsible for business logic. link:https://typeorm.io[TypeORM] for database management in devon4node applications. TypeORM supports the most commonly used relational databases, link Oracle, MySQL, MariaDB, PostgreSQL, SQLite, MSSQL and others. Also, it supports no-relational databases like MongoDB.
26+
We strongly recommend link:https://typeorm.io[TypeORM] for database management in devon4node applications. Although services can be used for this layer, they should not be confused with the service layer. Services in this layer are responsible for data access, while services in the service layer are responsible for business logic. TypeORM supports the most commonly used relational databases, link Oracle, MySQL, MariaDB, PostgreSQL, SQLite, MSSQL and others. Also, it supports no-relational databases like MongoDB.
2727

2828
TypeORM supports link:https://en.wikipedia.org/wiki/Active_record_pattern[Active Record] and Repository patterns. We recommend to use the Repository pattern. This pattern allows you to separate the data objects from the methods to manipulate the database.
2929

0 commit comments

Comments
 (0)