Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prisma/prisma-client-js

Type-safe database client for TypeScript & Node.js (ORM replacement)
https://github.com/prisma/prisma-client-js

Last synced: about 2 months ago
JSON representation

Type-safe database client for TypeScript & Node.js (ORM replacement)

Awesome Lists containing this project

README

        

### ⚠️ We've moved our issue and feature tracking for the Prisma JS Client to [prisma/prisma](https://github.com/prisma/prisma).

Rest assured, the Prisma JS Client is alive and well. We're just archiving this repository to make it more clear for everyone where to open issues. See you over at [prisma/prisma](https://github.com/prisma/prisma/)!

---



Prisma Client JS: Query builder for TypeScript & Node.js (ORM replacement)


Quickstart
  •  
Website
  •  
Docs
  •  
API Reference
  •  
Examples
  •  
Blog
  •  
Slack
  •  
Twitter
  •  
Demo videos


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](https://www.prisma.io/) ecosystem. Prisma provides database tools for data access, declarative data modeling, schema migrations and visual data management. Learn more in the main [`prisma`](https://github.com/prisma/prisma/) repository or read the [documentation](https://www.prisma.io/docs/).

## Getting started

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

- [Quickstart](https://www.prisma.io/docs/getting-started/quickstart) (5 min)
- [Setup a new project with Prisma (SQL migrations)](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-sql) (15 min)
- [Setup a new project with Prisma (Prisma Migrate)](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch-prisma-migrate) (15 min)
- [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/setup-prisma/add-to-existing-project) (15 min)

Alternatively you can explore the ready-to-run [examples](https://github.com/prisma/prisma-examples/) (REST, GraphQL, gRPC, plain JavaScript and TypeScript demos, ...) or watch the [demo videos](https://www.youtube.com/watch?v=0RhtQgIs-TE&list=PLn2e1F9Rfr6k9PnR_figWOcSHgc_erDr5&index=1) (1-2 min per video).

## Contributing

Read more about how to contribute to Prisma Client JS [here](https://github.com/prisma/prisma/tree/master/src).

## Security

If you have a security issue to report, please contact us at [[email protected]](mailto:[email protected]?subject=[GitHub]%20Prisma%202%20Security%20Report%20)