Repository Details
Shared by


HelloGitHub Rating
0 ratings
Free•MIT
Claim
Discuss
Collect
Share
9.5k
Stars
No
Chinese
Go
Language
Yes
Active
31
Contributors
94
Issues
Yes
Organization
0.19.25
Latest
371
Forks
MIT
License
More
通用SQL命令行客户端。支持以下所有数据库和协议:
| 数据库 (scheme/driver) | 协议别名 [real driver] |
|------------------------------|---------------------------------------|
| Microsoft SQL Server (mssql) | ms, sqlserver |
| MySQL (mysql) | my, mariadb, maria, percona, aurora |
| Oracle (ora) | or, oracle, oci8, oci |
| PostgreSQL (postgres) | pg, postgresql, pgsql |
| SQLite3 (sqlite3) | sq, sqlite, file |
```
安装方法
1. 根据你的系统下载最新的 binary
2. 解压缩出 `usql` 或者 `usql.exe`
3. 把binary放到你的 `$PATH` (Linux/macOS) 或 `%PATH%` (Windows)路径下
4. 然后就可以用`usql`链接到你喜欢的SQL数据库啦~
```
Included in:
Vol.27
Comments
Rating:
No comments yet