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 7fe6da1e
authored
Nov 22, 2017
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(basic-usage): explain options, read-replication and dialects
1 parent
6931c795
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
.esdoc.json
docs/scopes.md
docs/usage.md
.esdoc.json
View file @
7fe6da1
...
...
@@ -25,7 +25,8 @@
"asset"
:
"./docs/images"
,
"badge"
:
false
,
"installation"
:
[
"./docs/getting-started.md"
"./docs/getting-started.md"
,
"./docs/usage.md"
],
"tutorial"
:
[
"./docs/models-definition.md"
,
...
...
docs/scopes.md
View file @
7fe6da1
# Scopes
Scoping allows you to define commonly used queries that you can easily use later. Scopes can include all the same attributes as regular finders,
`where`
,
`include`
,
`limit`
etc.
## Definition
...
...
docs/usage.md
View file @
7fe6da1
#
#
Basic usage
# Basic usage
To get the ball rollin' you first have to create an instance of Sequelize. Use it the following way:
...
...
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