Skip to content

Commit

Permalink
chore: empty arr plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin authored and igalklebanov committed Dec 14, 2024
1 parent 643b3f2 commit b169551
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ A plugin that converts snake_case identifiers in the database into camelCase in
### Deduplicate joins plugin

Plugin that removes duplicate joins from queries. You can read more about it in the [examples](/docs/recipes/deduplicate-joins) section or check the [API docs](https://kysely-org.github.io/kysely-apidoc/classes/DeduplicateJoinsPlugin.html).

### Safe empty where in plugin

A plugin that prevents empty arrays from breaking queries in the database. All empty arrays are substituted with a (null) value, which essentially translates to a no-op.

0 comments on commit b169551

Please sign in to comment.