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