Overview
Using a Auth.js / NextAuth.js adapter you can connect to any database service or even several different services at the same time. The following listed official adapters are created and maintained by the community:
Prisma Adapter

TypeORM Adapter
Firebase Adapter
MongoDB Adapter

DynamoDB Adapter

Fauna Adapter
PouchDB Adapter

Mikro ORM Adapter

Dgraph Adapter
Supabase Adapter
Neo4j Adapter
Neo4j Adapter
Sequelize Adapter
Xata Adapter
Upstash Adapter
info
If you don't find an adapter for the database or service you use, you can always create one yourself. Have a look at our guide on how to create a database adapter.