Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 6c99ba01
authored
Aug 01, 2020
by
Fernando Maia
Committed by
papb
Aug 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(raw-queries): update broken link (#12542)
1 parent
62f19114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/manual/core-concepts/raw-queries.md
docs/manual/core-concepts/raw-queries.md
View file @
6c99ba0
...
@@ -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.j
s
)
.
Several other query types are available.
[
Peek into the source for details
](
https://github.com/sequelize/sequelize/blob/master/
src/query-types.t
s
)
.
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.
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment