Skip to content

Commit d4657a6

Browse files
docs: undo changes
1 parent 36c5797 commit d4657a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/recipes/sql-sequelize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### SQL (Sequelize)
22

3-
#### This chapter applies only to TypeScript
3+
##### This chapter applies only to TypeScript
44

55
> **Warning** In this article, you'll learn how to create a `DatabaseModule` based on the **Sequelize** package from scratch using custom components. As a consequence, this technique contains a lot of overhead that you can avoid by using the dedicated, out-of-the-box `@nestjs/sequelize` package. To learn more, see [here](/techniques/database#sequelize-integration).
66

content/recipes/sql-typeorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### SQL (TypeORM)
22

3-
#### This chapter applies only to TypeScript
3+
##### This chapter applies only to TypeScript
44

55
> **Warning** In this article, you'll learn how to create a `DatabaseModule` based on the **TypeORM** package from scratch using custom providers mechanism. As a consequence, this solution contains a lot of overhead that you can omit using ready to use and available out-of-the-box dedicated `@nestjs/typeorm` package. To learn more, see [here](/techniques/sql).
66

0 commit comments

Comments
 (0)