# @prismatools/console

Run Prisma Queries in a REPL style console. Heavily inspired by the Rails Console

## Screenshot

![Screenshot](./docs/screenshot.png)

## Usage

- From your project directory, run:

```
npx @prismatools/console@latest
```

- For setting a Prisma client path explicitly, use the `--client` or the `-c` flag

```
npx @prismatools/console@latest -c ./node_modules/@prisma/client
```

### Forget Prisma Studio! 🤣

![Screenshot 2](./docs/screenshot2.png)
