Skip to content

usql v0.7.0

Compare
Choose a tag to compare
@kenshaw kenshaw released this 13 Jun 00:45
· 773 commits to master since this release

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 / --set command line parameter (compatibility with psql)
  • Added "batch query" support for databases (ql + cql)
  • Fixed issues with query prefix detection / parsing
  • Switched from dep to vgo for dependency management

To install using the binary release:

  • Download the archive (.zip or .bz2) for your platform (Windows, OSX, Linux)
  • Extract usql from 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