Registry / database / cequel

cequel

JSON →
library3.2.1rbrubygemsunverified

Cequel is an ActiveRecord-like domain model layer for Cassandra that exposes the robust data modeling capabilities of CQL3, including parent-child relationships via compound primary keys and in-memory atomic manipulation of collection columns.

gem install cequel
INSTALL
IMPORT
SIG · CEQUEL
C
cequel
databaserubyv3.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cequel
require 'cequel'

Define a Cassandra model with Cequel and create a record.

require 'cequel' class User include Cequel::Record key :id, :uuid column :name, :text end user = User.create(id: SecureRandom.uuid, name: 'Alice')
Debug
Known issues
breakingCequel requires Cassandra 2.x or later with CQL3 support.
fix
Ensure your Cassandra cluster version is compatible.
affects: >= 3.0.0
Upgrade
Version history
3.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
cequel — gem install cequel · libregistry