# Prisma ORM (Prisma ORM v6) (/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/orm) 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

- [`Coming from Prisma ORM 7`](https://www.prisma.io/docs/orm/coming-from-prisma-orm-7): What each Prisma ORM 7 schema attribute, command, and query is called in Prisma ORM 8, and what is not available.
- [`Core concepts`](https://www.prisma.io/docs/orm/core-concepts): The ideas every Prisma ORM command and API builds on: contracts, emitting, plans, the database signature, codecs, and the migration graph.
- [`Extensions`](https://www.prisma.io/docs/orm/extensions): Every package that plugs into Prisma ORM: database packages, column types, indexes, query operations, and middleware, by Prisma and the community.
- [`Overview`](https://www.prisma.io/docs/orm/data-modeling): Describe the data your application needs with models, primary keys, scalar fields, and relations.
- [`Prisma 7`](https://www.prisma.io/docs/orm/v7): Prisma ORM is a next-generation Node.js and TypeScript ORM that provides type-safe database access, migrations, and a visual data editor.