Nodejs with Cassandra - insert and get new object back

I am using DataStax Cassandra driver with NodeJS and I would like to know if there is a way to return the newly created object after adding it to the DB? I'm familiar with such an option in Mongo using Mongoose, but couldn't find an equivalent in Cassandra, does that mean I have to select it manually after adding it?

+3


source to share





All Articles