Sha256: b254ff2f9027f77d7d266bd6e514200b7bef1c9468c2c133fe5892bc975b7fc7

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

# ActiveRecord CockroachDB Adapter

CockroachDB adapter for ActiveRecord 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', '~> 0.1.0'
```

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

```
development:
  adapter: cockroachdb
  port: 26257
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activerecord-cockroachdb-adapter-0.2.0 README.md
activerecord-cockroachdb-adapter-0.1.1 README.md
activerecord-cockroachdb-adapter-0.1.0 README.md