JSPM

@prisma/client

5.2.0-integration-refactor-remove-dataproxy.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2767647
  • Score
    100M100P100Q202741F
  • License Apache-2.0

Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports MySQL, PostgreSQL, MariaDB, SQLite databases.

Package Exports

  • @prisma/client
  • @prisma/client/edge
  • @prisma/client/edge.js
  • @prisma/client/extension
  • @prisma/client/extension.js
  • @prisma/client/generator-build
  • @prisma/client/generator-build/index.js
  • @prisma/client/index
  • @prisma/client/index-browser.js
  • @prisma/client/index.js
  • @prisma/client/package.json
  • @prisma/client/runtime/index-browser
  • @prisma/client/runtime/index-browser.js
  • @prisma/client/runtime/library
  • @prisma/client/runtime/library.js
  • @prisma/client/scripts/default-index
  • @prisma/client/scripts/default-index.js

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/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Prisma Client · npm version PRs Welcome GitHub license Slack Discord

Prisma Client JS is an auto-generated query builder that enables type-safe database access and reduces boilerplate. You can use it as an alternative to traditional ORMs such as Sequelize, TypeORM or SQL query builders like knex.js.

It is part of the Prisma ecosystem. Prisma provides database tools for data access, declarative data modeling, schema migrations and visual data management. Learn more in the main prisma repository or read the documentation.

Getting started

Follow one of these guides to get started with Prisma Client JS:

Alternatively you can explore the ready-to-run examples (REST, GraphQL, gRPC, plain JavaScript and TypeScript demos, ...) or watch the demo videos (1-2 min per video).

Contributing

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

Tests Status

  • Prisma Tests Status:
    CI
  • Ecosystem Tests Status:
    Actions Status