UNPKG

@prismatools/console

Version:

REPL style console for Prisma ORM, heavily inspired from Rails console

26 lines (15 loc) 478 B
# @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)