Skip to content

Commit

Permalink
refine doc --skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Mar 4, 2020
1 parent 01bdcf4 commit 2a44002
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,10 @@ Then you can specify which database your sql or query be executed against to:
* verify: '$[0].age'=18
```

`execute sql` or `query` without specify db will be executed against to `default` data source.
`execute sql` or `query` without specify db will be executed against to `default` data source. same as:
```gherkin
* db: default sql: setup_foo.sql
```


MongoDB Operations
Expand Down

0 comments on commit 2a44002

Please sign in to comment.