Skip to content

3️⃣ Add User Model and Postgres Integration #156

@Ugo-X

Description

@Ugo-X

3️⃣ Add User Model and Postgres Integration

  • ✅ Use Prisma (recommended for Postgres) or any ORM:

    • Table: User { id, address, created_at }
  • ✅ On first login:

    • Check if user exists by address.
    • If not, insert into the User table.
  • ✅ Add adapter to hook NextAuth to the database.


Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions