1.4.0 • Published 2 years ago

prisma-repl v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

💛 You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


prisma-repl

npm version npm downloads

A REPL for Prisma.

Install

npm i -g prisma-repl
# Or install locally
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:

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
  --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

Sponsors

sponsors

License

MIT © EGOIST

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago