On Mon, 2011-02-07 at 12:08 +, Vivek Mishra wrote:
> Recently I worked on implementation of java jdbc driver for cassandra
> using CQL. Given below is an example code base(with basic features)
> about how to use it:
[ ... ]
Nice!
> I am not sure if there is any JIRA related to this. With suc
Hi,
Recently I worked on implementation of java jdbc driver for cassandra using CQL.
Given below is an example code base(with basic features) about how to use it:
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.s