💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
prisma-repl
A REPL for Prisma.
Install
npm i -g prisma-repl
npm i -D prisma-repl
Usage
Make sure you're inside a valid Prisma project, i.e. the directory where you ran prisma init
or other Prisma commands.
$ prisma-repl
The Prisma client instance is available as db
:
After regenerating the Prisma client, type .reload
in the REPL to reload it.
Running commands in the REPL
You can directly run commands in the REPL using sh
tag:
For Prisma commands, you can use use the prisma
shorthand.
License
MIT © EGOIST