Skip to content

Commit

Permalink
chore: document starts with
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Dec 24, 2024
1 parent 62916be commit 1aa9e2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const records = await doubledb.query({
### How Operators Work:
- **$eq**: Matches documents where the field is equal to the specified value.
- **$ne**: Matches documents where the field is not equal to the specified value.
- **$sw**: Matches documents where the field starts with the specified value.
- **$gt / $gte**: Matches documents where the field is greater than (or greater than or equal to) the specified value.
- **$lt / $lte**: Matches documents where the field is less than (or less than or equal to) the specified value.
- **$in**: Matches documents where the field value is in the specified array.
Expand Down

0 comments on commit 1aa9e2e

Please sign in to comment.