dtoubelis / sails-cassandra

Cassanda database adapter for Sails.js
MIT License
26 stars 11 forks source link

[Feature Request] Adding .query() method for raw cql query #26

Closed masumsoft closed 9 years ago

masumsoft commented 9 years ago

It would be great if there was an option for raw cql query similar to other adapters. Something like a .query() method that will allow custom queries to be passed down from Waterline and executed against cassandra cql driver.

dtoubelis commented 9 years ago

Yes, this is on the roadmap, I was just waiting when somebody asks :smile: .

dtoubelis commented 9 years ago

Support for raw queries is now in npm.