Socket
Socket
Sign inDemoInstall

prisma-repl

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

6

package.json
{
"name": "prisma-repl",
"version": "1.2.0",
"version": "1.3.0",
"description": "REPL for Prisma databases",

@@ -21,3 +21,3 @@ "publishConfig": {

"@egoist/prettier-config": "^0.1.0",
"@prisma/client": "^2.24.1",
"@prisma/client": "^3.3.0",
"@sucrase/jest-plugin": "^2.0.0",

@@ -31,3 +31,3 @@ "@types/cross-spawn": "^6.0.2",

"prettier": "^2.2.1",
"prisma": "^2.24.1",
"prisma": "^3.3.0",
"tsup": "^4.11.2",

@@ -34,0 +34,0 @@ "typescript": "^4.2.3"

@@ -39,6 +39,29 @@ **💛 You can help the author become a full-time open-source maintainer by [sponsoring him on GitHub](https://github.com/sponsors/egoist).**

For Prisma commands, you can use use the `prisma` shorthand.
For Prisma commands, you can use use the `prisma` shorthand:
<img width="769" alt="CleanShot 2021-06-04 at 17 46 27@2x" src="https://user-images.githubusercontent.com/8784712/120782702-d79d3780-c55c-11eb-83b1-850964393db8.png">
The Prisma client is automatically reloaded in the REPL when you run commands like `prisma db push` or `prisma generate`.
## Help
```
prisma-repl/0.0.0
Usage:
$ prisma-repl <command> [options]
Options:
--url <url> Override database URL
--verbose Show all Prisma logs
-v, --version Display version number
-h, --help Display this message
```
## Sponsors
[![sponsors](https://sponsors-images.egoist.sh/sponsors.svg)](https://github.com/sponsors/egoibst)
## License
MIT &copy; [EGOIST](https://github.com/sponsors/egoist)

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc