Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)