Sha256: b21a81d0f5e9c99b869b190db38e893f609f49e03f29323e5747cf44c58c7aa6
Contents?: true
Size: 769 Bytes
Versions: 1
Compression:
Stored size: 769 Bytes
Contents
# cql_model cql_model provides an ActiveModel implementation on top of the cql-rb gem. It is intended to provide the functionality needed to utilize Cassandra as an ActiveModel compatible data store. ## Installation Add this line to your application's Gemfile: gem 'cql_model' And then execute: $ bundle Or install it yourself as: $ gem install cql_model ## Usage require 'cql_model' Cql::Base.establish_connection(host: '127.0.0.1') class Person < Cql::Model # Define your class end ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cql_model-0.0.1 | README.md |