
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
prisma-repl
Advanced tools
💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
A REPL for Prisma.
npm i -g prisma-repl
# Or install locally
npm i -D prisma-repl
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.
You can directly run commands in the REPL using sh
tag:
For Prisma commands, you can use use the prisma
shorthand:
The Prisma client is automatically reloaded in the REPL when you run commands like prisma db push
or prisma generate
.
prisma-repl/0.0.0
Usage:
$ prisma-repl <command> [options]
Options:
--url <url> Override database URL
--client <dir> The output directory for your prisma client (default: node_modules/@prisma/client)
--verbose Show all Prisma logs
-v, --version Display version number
-h, --help Display this message
MIT © EGOIST
FAQs
REPL for Prisma databases
We found that prisma-repl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.