Skip to content

Commit

Permalink
add version since for mongo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Oct 20, 2018
1 parent 3308c92 commit 6f39064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,11 @@ CREATE TABLE USERS(

MongoDB Operations
------------------
@since 0.2.0

### Insert
@since 0.2.0

Insert one document into a collection

```gherkin
Expand All @@ -512,6 +515,7 @@ or put document in file
```

### Clear
@since 0.2.0

Delete all documents in collection

Expand All @@ -520,6 +524,8 @@ Delete all documents in collection
```

### Find All
@since 0.2.0

Find all documents from collection, you can verify like verify in database, **it's always an JSON array**.

```gherkin
Expand All @@ -528,6 +534,8 @@ Find all documents from collection, you can verify like verify in database, **it
```

### Find
@since 0.2.0

Instead of find all documents, you can filter the results.

```gherkin
Expand Down

0 comments on commit 6f39064

Please sign in to comment.