node-cassandra-cql is a Node.js CQL driver for the Apache Cassandra CQL3 binary protocol. CQL is a query language for Apache Cassandra. It features connection pooling to multiple hosts, parameters in queries, the ability to get a cell by column name using row.get('first_name'), and bigints support.