不要怂,就是干,撸起袖子干!

Commit 6c99ba01 by Fernando Maia Committed by papb

docs(raw-queries): update broken link (#12542)

1 parent 62f19114
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ const users = await sequelize.query("SELECT * FROM `users`", { type: QueryTypes. ...@@ -17,7 +17,7 @@ const users = await sequelize.query("SELECT * FROM `users`", { type: QueryTypes.
// We didn't need to destructure the result here - the results were returned directly // We didn't need to destructure the result here - the results were returned directly
``` ```
Several other query types are available. [Peek into the source for details](https://github.com/sequelize/sequelize/blob/master/lib/query-types.js). Several other query types are available. [Peek into the source for details](https://github.com/sequelize/sequelize/blob/master/src/query-types.ts).
A second option is the model. If you pass a model the returned data will be instances of that model. A second option is the model. If you pass a model the returned data will be instances of that model.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!