-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(node): add recipes for various databases w/ node (nrwl#17110)
- Loading branch information
1 parent
2503249
commit 0be5d3d
Showing
9 changed files
with
362 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Using MongoDB with Fastify in an Nx Workspace | ||
|
||
In this example repo, you’ll learn how to: | ||
|
||
- Leverage Nx generators to scaffold out project configurations | ||
- Setup MongoDB with Fastify | ||
|
||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-mongo#nx--fastify--mongodb" /%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Using Prisma with NestJS in an Nx Workspace | ||
|
||
In this example repo, you’ll learn how to: | ||
|
||
- Leverage Nx generators to scaffold out project configurations | ||
- Use multiple Prisma schemas in an Nx Workspace | ||
- Extend the generated Prisma clients for seamless NestJS integration | ||
|
||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/nestjs-prisma#nx--nestjs--prisma" /%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Using Postgres with Fastify in an Nx Workspace | ||
|
||
In this example repo, you’ll learn how to: | ||
|
||
- Setup Fastify to use Postgres | ||
- Leverage Nx generators to scaffold out projects | ||
|
||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-postgres#nx--fastify--postgres" /%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Using Redis with Fastify in an Nx Workspace | ||
|
||
In this example repo, you’ll learn how to: | ||
|
||
- Leverage Nx generators to scaffold out project configurations | ||
- Use Redis with Fastify | ||
- Use Redis Modules, like RediSearch | ||
|
||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/fastify-redis#nx--fastify--redis" /%} |
Oops, something went wrong.