`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
This commit is contained in:
Jan Waś 2021-05-15 09:48:44 +02:00 committed by GitHub
parent b32076eb03
commit a1cf297603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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