onConflict or upsert?
i have a table where email is a unique field. if im trying to insert into the table and the email is already being used i want to overwrite the other entry
3 Replies
Drizzle ORM - Insert
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
Something like this I think:
i swear i checked
thanks