# Prisma ORM (/docs/orm/v6)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

Learn about Prisma ORM

Location: ORM > Prisma ORM

[Prisma ORM](https://github.com/prisma/prisma) is a Node.js and TypeScript ORM with an intuitive data model, automated migrations, type-safety, and auto-completion.

## Getting started [#getting-started]

* [Prisma Client](https://www.prisma.io/docs/orm/v6/prisma-client/setup-and-configuration/introduction) - Type-safe database client
* [Prisma Schema](https://www.prisma.io/docs/orm/v6/prisma-schema/overview) - Define your data model

## Related pages

- [`Overview of Prisma Migrate`](https://www.prisma.io/docs/orm/prisma-migrate): Learn everything you need to know about Prisma Migrate
- [`Prisma 8`](https://www.prisma.io/docs/orm/v8): Prisma 8 is the next major version of Prisma ORM, with a TypeScript runtime, contract-based data models, a new query API, and a revised migration workflow.
- [`Prisma Client`](https://www.prisma.io/docs/orm/prisma-client): Prisma Client is Prisma ORM's generated, type-safe query builder for Node.js, Bun, and Deno applications.