I am making an application in nodejs in which i have to create cassandra database through CQL.
I have tried to use helenus,cassandra-driver but didn't able to create keyspace through CQL.
I have also tried apollo-cassandra and also able to connect to DB and create keyspace and enter tuples but when we fire queries again after restarting the application then it is showing schime mis-match error.
Which nodejs driver for cassandra is simple and fully supported for CQL?