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: about 1 month 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T21:34:04.000Z (about 3 years ago)
- Last Synced: 2025-02-24T17:27:19.152Z (8 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
```
