How to connect to Cassandra db from Julia

Hello, I am a newbie to julia. I want to access to Cassandra db from julia. I already tried this cqldriver(https://github.com/r3tex/CQLdriver.jl) by adding the package as Pkg.add(“CQLdriver”) but cannot use. Am I doing it wrong? or Is there any other good documented driver for Cassandra?