prisma-repl
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"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 © [EGOIST](https://github.com/sponsors/egoist) |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147083
4480
67