开发者

Creating application using rails 2.3.5 and cassandra database

开发者 https://www.devze.com 2022-12-29 23:36 出处:网络
Pls guide me how to create rails application using rails 2.3.5 and cassandra database as rails 2.3.5 supports mysql, sqllite etc.

Pls guide me how to create rails application using rails 2.3.5 and cassandra database as rails 2.3.5 supports mysql, sqllite etc.

I typed in the command prompt like this

$ rails -d cassa开发者_运维知识库ndra myapp

Databases supported for preconfiguration are: mysql, oracle, postgresql, sqlite2, sqlite3, frontbase, ibm_db

So pls help me in this regard


Cassandra isn't supported by Rails. It is not actually a relational database and doesn't quite fit into the Active Record pattern used by Rails models.

I am sure there are client libraries you can use in the Ruby/Rails space:

  • Is Cassandra production ready for Ruby on Rails?
  • http://www.engineyard.com/blog/2009/cassandra-and-ruby-a-love-affair/
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号