usql v0.7.0 Release Notes

Release Date: 2018-06-13 // almost 6 years ago
  • ๐Ÿš€ 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