程序名称:Cequel
授权协议: MIT
操作系统: 跨平台
开发语言: Ruby
Cequel 是一个 Ruby 的 ORM 库,用来访问 Cassandra 服务器。
示例代码:
class Blog include Cequel::Record key :subdomain, :text column :name, :text column :description, :text end
https://github.com/cequel/cequel