Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawurb committed Dec 14, 2023
1 parent e11b25f commit 44cd19c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ By default, queries target the `public` schema of the database. You can specify
RailsPgExtras.table_cache_hit(args: { schema: "my_schema" })
```

You can customize the default `public` schema by setting `ENV['PG_EXTRAS_SCHEMA']` value.

## Diagnose report

The simplest way to start using pg-extras is to execute a `diagnose` method. It runs a set of checks and prints out a report highlighting areas that may require additional investigation:
Expand Down

0 comments on commit 44cd19c

Please sign in to comment.