Skip to content

Commit

Permalink
Update prisma_orm.md raw sql link (#29275)
Browse files Browse the repository at this point in the history
change the raw sql link in the assignments to refer to type SQL to reflect prisma chnges
  • Loading branch information
guudewie authored Jan 6, 2025
1 parent b4d3224 commit 6c84efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeJS/orms/prisma_orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ In the [Using PostgreSQL lesson](https://www.theodinproject.com/lessons/nodejs-u
- [Data models](https://www.prisma.io/docs/orm/prisma-schema/data-model/models)
- [Relations](https://www.prisma.io/docs/orm/prisma-schema/data-model/relations)
- [Prisma client CRUD](https://www.prisma.io/docs/orm/prisma-client/queries/crud)
- [Raw queries](https://www.prisma.io/docs/orm/prisma-client/queries/raw-database-access/raw-queries)
- [Raw SQL](https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/typedsql)
- [Prisma migrate getting started](https://www.prisma.io/docs/orm/prisma-migrate/getting-started)
- [Prisma migrate mental model](https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/mental-model)
- [Data migrations](https://www.prisma.io/docs/orm/prisma-migrate/workflows/data-migration)
Expand Down

0 comments on commit 6c84efe

Please sign in to comment.