README.md in pgcli-rails-0.7.1 vs README.md in pgcli-rails-0.8.0
- old
+ new
@@ -47,10 +47,10 @@
* Ruby 3.0+
* [pgcli][] (`brew install pgcli` to install on macOS)
## How it works
-pgcli-rails is simply a Rake task that reuses the existing `Rails::DBConsole` command class provided by Rails. It subclasses DBConsole to execute `pgcli` instead of `psql`. All you need to do is require the pgcli-rails gem by placing it in your Gemfile.
+pgcli-rails is simply a Rake task that reuses the existing `Rails::DBConsole` command class provided by Rails. It applies a monkey patch so that `pgcli` is executed instead of `psql`. All you need to do is require the pgcli-rails gem by placing it in your Gemfile.
## Configuration
There is no configuration. Like `rails dbconsole`, it simply uses your ActiveRecord database connection as specified in `database.yml`.