Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lucia should no longer use Prisma #65

Closed
2 tasks
adi-lux opened this issue Mar 7, 2024 · 1 comment · Fixed by #72
Closed
2 tasks

Lucia should no longer use Prisma #65

adi-lux opened this issue Mar 7, 2024 · 1 comment · Fixed by #72
Assignees
Labels
codefix Improvements to the codebase

Comments

@adi-lux
Copy link
Contributor

adi-lux commented Mar 7, 2024

Description

Currently, Lucia is still using Prisma as its adapter. Since we migrated to Drizzle, it should use ideally Drizzle as an adapter instead. However, because we are using Lucia v2, which does not have a Drizzle connector, Lucia will need to use the Postgres client directly (as defined in src/db/postgres.ts)

TODOs

  • Modify Lucia setup file to use client instead of Prisma
  • Ensure functionality with currently implemented auth features
@adi-lux adi-lux added the codefix Improvements to the codebase label Mar 7, 2024
@adi-lux adi-lux changed the title Lucia using Prisma instead of Drizzle Lucia should no longer use Prisma Mar 7, 2024
@MinhxNguyen7
Copy link
Member

Why can't we use Luciav3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codefix Improvements to the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants