软件简介

Cequel 是一个 Ruby 的 ORM 库,用来访问 Cassandra 服务器。

示例代码:

class Blog
  include Cequel::Record

  key :subdomain, :text
  column :name, :text
  column :description, :text
end
转载自: https://www.oschina.net/p/cequel