usql是SQL数据库的通用命令行界面
usql是SQL数据库的通用命令行界面
v0.7.0
usql v0.7.0
kenshaw released this
Assets
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 withpsql
) - Added "batch query" support for databases (
ql
+cql
) - Fixed issues with query prefix detection / parsing
- Switched from
dep
tovgo
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
v0.6.0
usql v0.6.0
kenshaw released this
Assets
Release v0.6.0 has some minor feature additions (syntax highlighting), and general code cleanup. A list of the major changes:
- Syntax highlighting
- Better compatibility with
psql
commands - Homebrew support
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
热门度与活跃度
10.0
3.8
Watchers:112 |
Star:4519 |
Fork:147 |
创建时间: 2017-03-02 21:03:21 |
最后Commits: 9天前 |
许可协议:View license |
b6d39ab
Point release, updates database dependencies, and fixes some minor issues.