Skip to content

Commit

Permalink
Add link to Predicate gem in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 26, 2024
1 parent 0b6de4e commit 7162702
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,14 @@ r.unwrap(:a) # shortcut over unwrap([:a])
r.where(predicate) # alias for restrict(predicate)
```

## Supported Predicates

See [Predicate gem](https://github.com/enspirit/predicate)

Note: predicates that implement specific Ruby algorithms or patterns are
not compiled to SQL (and more generally not delegated to underlying database
servers).

## How is this different?

### ... from similar libraries?
Expand Down

0 comments on commit 7162702

Please sign in to comment.