TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Usql 0.9.1 – Now with Autocomplete

2 点作者 nineinchnick大约 4 年前

1 comment

nineinchnick大约 4 年前
There&#x27;s a new version of usql - the universal command-line client for SQL databases.<p>After I started contributing to it a while ago, I went through all comments in older posts about it here on hackernews. I think the most requested feature was autocomplete. So I went ahead and implemented it. I surprised myself, how useful it ended up being. This includes completing filenames and even command names which I use on a regular basis and know very well.<p>Another thing we managed to figure out are static builds for Linux. If you previously had issues with starting usql, seeing errors about libicu, you might want to give this latest version a try.<p>There&#x27;s also a basic implementation of the `\copy` command. Combined with the `csvq` driver, it allows loading CSV or JSON files to any supported database. But it doesn&#x27;t do _any_ type mapping, so you might have to add some casting in the source query.<p>Other new features include pager support, output to a file or a pipe, `\crosstab` command, and many more.<p>If that got your attention, give it a spin. Full release notes are available at <a href="https:&#x2F;&#x2F;github.com&#x2F;xo&#x2F;usql&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xo&#x2F;usql&#x2F;releases</a>. As always, all feedback and contributions are welcome.