Sha256: b3d64935e3c87456f7d46f2c46364a255e48138b86134e1cbf7385e1a5546408

Contents?: true

Size: 716 Bytes

Versions: 3

Compression:

Stored size: 716 Bytes

Contents

# ActiveRecord CockroachDB Adapter

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).

## Installation

Add this line to your project's Gemfile:

```ruby
gem 'activerecord-cockroachdb-adapter', '~> 5.2.0'
```

If you're using Rails 4.x, use the `0.1.x` versions of this gem.

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

```
development:
  adapter: cockroachdb
  port: 26257
  host: <hostname>
  user: <username>
```


## Modifying the adapter?

See [CONTRIBUTING.md](/CONTRIBUTING.md) for more details on setting up
the environment and making modifications.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activerecord-cockroachdb-adapter-6.0.0beta2 README.md
activerecord-cockroachdb-adapter-6.0.0beta1 README.md
activerecord-cockroachdb-adapter-5.2.1 README.md