JSPM

prisma

2.25.0-dev.29
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8073609
  • Score
    100M100P100Q223529F
  • License Apache-2.0

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

Package Exports

  • prisma
  • prisma/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (prisma) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Prisma CLI · npm version PRs Welcome GitHub license Slack

Learn more about Prisma in the docs.

Getting started

Check out the Getting Started Quickstart.

Installation

The Prisma CLI currently requires Node.js 10.4 (or higher). We recommend using the latest Node.js LTS ("long-term support") release.

npm

npm install prisma --save-dev

Yarn

yarn add prisma --dev

Check out the docs for more information.

CLI Reference

Check out the docs for Prisma CLI commands, arguments, and options.

Contributing

Refer to our contribution guidelines and Code of Conduct for contributors.

Build Status

  • Prisma Tests Status:
    Build status
  • E2E Tests Status:
    Actions Status