@prismatools/console
v1.1.0
Published
REPL style console for Prisma ORM, heavily inspired from Rails console
Downloads
1,097
Maintainers
Readme
@prismatools/console
Run Prisma Queries in a REPL style console. Heavily inspired by the Rails Console
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