Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
add knex link to custom operator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWaldmann committed Apr 18, 2018
1 parent 944c19f commit f2eb0e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugins.md
Expand Up @@ -126,6 +126,7 @@ Now it's possible to [query](./query.md#with-conditions) your datastore in the f
User.where({login_regexp: /p.il/})
```

?> `query` is the raw [knex](http://knexjs.org/) query, so you can do all sorts of crazy things!

Here is another example:

Expand Down

0 comments on commit f2eb0e8

Please sign in to comment.