TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Usql: v0.7.0 released

112 pointsby kenshawalmost 7 years ago

4 comments

kenshawalmost 7 years ago
Just released the latest version of usql, which fixes issues with syntax highlighting, adds initial support for Cassandra databases via CQL, among other changes.<p>If you&#x27;ve not seen usql before, it&#x27;s a universal command-line client for SQL databases (and now also Cassandra), modeled on psql. usql makes it easy to work from the command-line, in a simple and consistent way across any database and on any platform (Windows, macOS, Linux). usql is written in Go, and provides things like syntax highlighting and compatibility with databases other than PostgreSQL (see below for the list of the supported databases).<p>Progress is moving at a decent clip towards a v1.0, which I expect to include 100% native Go support for Oracle databases, tab-completion, full compatibility with psql&#x27;s \pset (and other output formatting) commands.<p>usql supports the following databases:<p><pre><code> Microsoft SQL Server MySQL PostgreSQL SQLite3 Oracle Apache Avatica Cassandra ClickHouse Couchbase Cznic QL Firebird SQL Microsoft ADODB (Windows only) ODBC Presto SAP HANA VoltDB </code></pre> Hope others in the community can make use of usql. Glad to answer any questions if anyone has any.
评论 #17300297 未加载
评论 #17306492 未加载
评论 #17302115 未加载
评论 #17306315 未加载
wencalmost 7 years ago
How would this compare to DBCLI?<p><a href="http:&#x2F;&#x2F;www.dbcli.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.dbcli.com&#x2F;</a><p>pgcli<p><a href="https:&#x2F;&#x2F;www.pgcli.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pgcli.com&#x2F;</a><p>mycli<p><a href="https:&#x2F;&#x2F;www.mycli.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mycli.net&#x2F;</a>
评论 #17303625 未加载
评论 #17305710 未加载
marzellalmost 7 years ago
usql != U-SQL. One is a database client, the other a database language. This could become confusing.
评论 #17301343 未加载
simplecomplexalmost 7 years ago
SQL is an initialism. Please capitalize it, as it should be. It stands for Standard Query Language.
评论 #17311071 未加载
评论 #17304366 未加载
评论 #17311343 未加载