Skip to content

stjordanis/activerecord-cockroachdb-adapter

 
 

ActiveRecord CockroachDB Adapter

CockroachDB adapter for ActiveRecord 4 and 5. This is a lightweight extension of the PostgreSQL adapter that establishes compatibility with CockroachDB.

Installation

Add this line to your project's Gemfile:

gem 'activerecord-cockroachdb-adapter', '~> 0.2'

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 for more details on setting up the environment and making modifications.

About

CockroachDB adapter for ActiveRecord.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.4%
  • Shell 2.4%
  • Dockerfile 0.2%