datastax_rails
datastax_rails copied to clipboard
Enhancement: Allow partition keys with multiple columns
In Cassandra it is possible to define a partition key (the first part of a compound key) of multiple columns. As far as I can find, DatastaxRails only allows one column as a partition key. Since our models sometimes use multiple columns I would love it if DatastaxRails supports this too.