From 8ab36a4cae608b0bba1478a6c764075f0e583617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Sat, 15 May 2021 11:29:10 +0200 Subject: [PATCH] Add usql (#462) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 486bfd2..b54cc4f 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 SQL client with autocompletion and syntax highlighting. ### Devops