# `@lucia-auth/adapter-prisma`

[Prisma](https://www.prisma.io) adapter for Lucia.

**[Documentation](https://v3.lucia-auth.com/database/prisma)**

**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-prisma/CHANGELOG.md)**

## Installation

```
npm install @lucia-auth/adapter-prisma
pnpm add @lucia-auth/adapter-prisma
yarn add @lucia-auth/adapter-prisma
```

## Testing

```
pnpm test-setup
pnpm test
```
