v3: Official adapters #1272
pilcrowonpaper
started this conversation in
General
Replies: 3 comments 4 replies
-
Will there be a method for mixing 2 adapter? For example using Cloudflare D1 for storing user data then Cloudflare KV (community??) for storing session. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Is the deprecation of drizzle still planned? |
Beta Was this translation helpful? Give feedback.
0 replies
-
anyone can tutorial config adapter for mongoose in nextjs ? help me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's the full list of official adapters available in v3:
@lucia-auth/adapter-drizzle
🆕@lucia-auth/adapter-mongodb
🆕@lucia-auth/adapter-mysql
mysql2
@lucia-auth/adapter-prisma
@lucia-auth/adapter-postgresql
node-postgres
@lucia-auth/adapter-prisma
@lucia-auth/adapter-sqlite
better-sqlite3
bun:sqlite
🆕We'll be replacing the Mongoose adapter with an adapter for
mongodb
, the official driver for MongoDB. This new adapter will work with existing Mongoose projects.I am currently considering deprecating
@lucia-auth/adapter-session-unstorage
due toI am not considering adding any more additional adapters. Adding additional packages ultimately increases my maintenance burden and I do not see enough demand. I think adapters for TypeORM, DenoKV, Sequelize, etc are better off maintained and published by the community. However, I'm open to adding new drivers for existing SQL adapters as those require minimal maintenance (e.g. the new
bun:sqlite
adapter).Beta Was this translation helpful? Give feedback.
All reactions