标签: node.js cassandra async-await
我想通过使用Async Await函数来执行我在cql中编写的这个查询。
client.execute('select * from users).then(res => { console.log('hello user'); }, err => { console.log(err); });
有人可以告诉我这个查询到Async Await函数的确切翻译。
答案 0 :(得分:4)
我解决了这个问题,但我没有删除这篇文章,因为它可能会帮助某人。
{{1}}