usql v0.7.0
Release v0.7.0 fixes issues with syntax highlighting, initial support for Cassandra databases via CQL, and general code cleanup. The major changes:
- Cassandra (CQL) support
- Syntax highlighting fixes
- Added
-v/--setcommand line parameter (compatibility withpsql) - Added "batch query" support for databases (
ql+cql) - Fixed issues with query prefix detection / parsing
- Switched from
deptovgofor dependency management
To install using the binary release:
- Download the archive (
.zipor.bz2) for your platform (Windows, OSX, Linux) - Extract
usqlfrom the downloaded archive and place somewhere in$PATH
To install on OSX via Homebrew:
# add tap
$ brew tap xo/xo
# install usql with "most" drivers
$ brew install usql
# install usql with oracle and odbc support
$ brew install --with-oracle --with-odbc usql