Sunday, 30 April 2017

Nodejs with Cassandra - insert and get new object back

I'm using the DataStax Cassandra driver with NodeJS, and I would like to know if there's a way to get the new created object back after I add it to the DB? I'm familiar with such an option in Mongo using Mongoose, but could not find an equivalent in Cassandra, does this mean I need to select it manually after I add it?



via David Faiz

No comments:

Post a Comment