Starting with version 4.9, the Apache Software Foundation owns and maintains the NodeJS driver. For the latest version, visit github.com/apache/cassandra-nodejs-driver
A RequestTracker can be configured in the client options. The Client will execute
RequestTracker#onSuccess or RequestTracker#onError for every query or batch
executed (QUERY, EXECUTE and BATCH requests).
In the case of prepared or unprepared query executions, the provided
query string. For batch requests, an Array containing the queries and parameters provided.
An array containing [seconds, nanoseconds] tuple, where nanoseconds is the
remaining part of the real time that can’t be represented in second precision (see process.hrtime()).
In the case of prepared or unprepared query executions, the provided
query string. For batch requests, an Array containing the queries and parameters provided.
An array containing [seconds, nanoseconds] tuple, where nanoseconds is the
remaining part of the real time that can’t be represented in second precision (see process.hrtime()).