Skip to content

Commit 25907ec

Browse files
committed
Update readme
1 parent 57c0729 commit 25907ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# ActiveRecord CockroachDB Adapter
22

3-
CockroachDB adapter for ActiveRecord 4 and 5. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with [CockroachDB](https://github.com/cockroachdb/cockroach).
3+
CockroachDB adapter for ActiveRecord 5 and 6. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with [CockroachDB](https://github.com/cockroachdb/cockroach).
44

55
## Installation
66

77
Add this line to your project's Gemfile:
88

99
```ruby
10-
gem 'activerecord-cockroachdb-adapter', '~> 5.2.0'
10+
gem 'activerecord-cockroachdb-adapter', '~> 6.1.0'
1111
```
1212

13-
If you're using Rails 4.x, use the `0.1.x` versions of this gem.
13+
If you're using Rails 5.2, use the `5.2.x` versions of this gem.
14+
15+
If you're using Rails 6.0, use the `6.0.x` versions of this gem.
1416

1517
In `database.yml`, use the following adapter setting:
1618

0 commit comments

Comments
 (0)