psarna / tinycqlsh

Minimalistic cqlsh with almost no features!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinycqlsh - minimalistic cqlsh with almost no features!

I recommend using rlwrap for shell-like history and better user experience.

Usage examples:

./tinycqlsh 0 9042 <<< "INSERT INTO t (id, v) VALUES (1, 'hello');"
./tinycqlsh 127.0.0.1 9042 < file\_with\_cql\_queries.txt
rlwrap ./tinycqlsh localhost 9042

About

Minimalistic cqlsh with almost no features!


Languages

Language:C 98.2%Language:Makefile 1.8%