Sha256: 119658da0c54af8ea3f9ffda235277080f97ef39c8e72fbebcc8d4aff59f6d8e
Contents?: true
Size: 464 Bytes
Versions: 1
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.2.1' ``` In `database.yml`, use the following adapter setting: ``` development: adapter: cockroachdb port: 26257 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-cockroachdb-adapter-0.2.1 | README.md |