activerecord-cockroachdb-adapter

CockroachDB adapter for ActiveRecord.

APACHE-2.0 License

Downloads
585.6K
Stars
100
Committers
18

Bot releases are hidden (Show)

activerecord-cockroachdb-adapter - v6.1.2 Latest Release

Published by otan over 3 years ago

activerecord-cockroachdb-adapter - v6.0.2

Published by otan over 3 years ago

activerecord-cockroachdb-adapter - v6.0.1

Published by otan over 3 years ago

activerecord-cockroachdb-adapter - v6.1.1

Published by otan over 3 years ago

  • Rescue from NoDatabaseError around telemetry call
  • Fix Decimal type when precision and scale are unspecified
activerecord-cockroachdb-adapter -

Published by rafiss over 3 years ago

  • Initial support for Rails 6.
  • Added support for spatial features.
  • Add a telemetry query on start-up. This helps the Cockroach Labs team
    prioritize support for the adapter. It can be disabled by setting the
    disable_cockroachdb_telemetry configuration option to false.
  • Improved connection performance by refactoring an introspection
    that loads types.
  • Added a configuration option named use_follower_reads_for_type_introspection.
    If true, it improves the speed of type introspection by allowing potentially stale
    type metadata to be read. Defaults to false.
activerecord-cockroachdb-adapter - v6.1.0

Published by rafiss over 3 years ago

  • Initial support for Rails 6.1.
  • Support for spatial functionality.
  • Add a telemetry query on start-up. This helps the Cockroach Labs team
    prioritize support for the adapter. It can be disabled by setting the
    disable_cockroachdb_telemetry configuration option to false.
  • Added a configuration option named use_follower_reads_for_type_introspection.
    If true, it improves the speed of type introspection by allowing potentially stale
    type metadata to be read. Defaults to false.
  • Improved connection performance by refactoring an introspection
    that loads types.
activerecord-cockroachdb-adapter - v6.1.0beta1

Published by otan over 3 years ago

Support ActiveRecord 6.1.

activerecord-cockroachdb-adapter - v6.0.0beta3

Published by otan over 3 years ago

Added spatial support.

activerecord-cockroachdb-adapter - v5.2.2

Published by otan almost 4 years ago

Introduced RGeo support.