From a1cf297603b59066a18e32ddf6be34ed36ed7908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sat, 15 May 2021 09:48:44 +0200 Subject: [PATCH] Add usql `usql` is an universal command-line interface for SQL databases, heavily inspired and mostly compatible with `psql`, but: * is written in Go, which makes it easy to extend * is distributed as fully static binaries, which makes it very portable * supports most databases that have a Go driver, already including a few dozen different databases --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 486bfd2..2696842 100644 --- a/readme.md +++ b/readme.md @@ -188,6 +188,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting. - [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC. - [iredis](https://github.com/laixintao/iredis) - Redis client with autocompletion and syntax highlighting. +- [usql](https://github.com/xo/usql) - Universal command-line interface for SQL databases. ### Devops