We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
We use the cockroachdb
Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter
database.yml
development: adapter: cockroachdb host: foo.bar.local database: dev_db user: root port: 26257 pool: 25 disable_cockroachdb_telemetry: true
docker-compose.yml
version: "2" services: db: image: cockroachdb/cockroach:v22.2.10 command: start-single-node --insecure ports: - "26257:26257" - "8081:8080" volumes: - database:/cockroach/cockroach-data volumes: database:
Originally posted by @Piioo in #2109 (comment)
The text was updated successfully, but these errors were encountered:
sl0thentr0py
Successfully merging a pull request may close this issue.
Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter
database.yml
docker-compose.yml
Originally posted by @Piioo in #2109 (comment)
The text was updated successfully, but these errors were encountered: