Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 478 Bytes

@prismatools/console

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

Screenshot

Screenshot

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