Skip to content

Commit

Permalink
[Docs] Add TypeORM version
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Sep 6, 2023
1 parent a2166fb commit 7d5a770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/authentication/session-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
#### TypeORMStore

```
npm install typeorm @foal/typeorm
npm install typeorm@0.3.17 @foal/typeorm
```

This store uses the default TypeORM connection whose configuration is usually specified in `config/default.{json|yml|js}`.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/databases/typeorm/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ When creating a new project, an `SQLite` database is used by default as it does
### Packages

```
npm install typeorm @foal/typeorm
npm install typeorm@0.3.17 @foal/typeorm
```

Two packages are required to use TypeORM with FoalTS:
Expand Down

0 comments on commit 7d5a770

Please sign in to comment.