Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunos3d/pgcli
An interactive terminal to execute queries with the PostgreSQL database. (experimental)
https://github.com/brunos3d/pgcli
cli client db ink interactive knex pg postgres react shell terminal typescript
Last synced: 24 days ago
JSON representation
An interactive terminal to execute queries with the PostgreSQL database. (experimental)
- Host: GitHub
- URL: https://github.com/brunos3d/pgcli
- Owner: brunos3d
- Created: 2022-08-07T21:33:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T21:34:04.000Z (over 2 years ago)
- Last Synced: 2024-11-10T09:38:04.536Z (3 months ago)
- Topics: cli, client, db, ink, interactive, knex, pg, postgres, react, shell, terminal, typescript
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pgcli
An interactive terminal to execute queries with the PostgreSQL database. (experimental)
Install deps
```
npm install
```Build
```
npm run build
```Link globally
```
npm link
```Using globally
```
pgcli
```or localy
```
npm run start
```![Connecting](./.github/connect.png)
![Using](./.github/select.png)