Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Replace on Insert - Drizzle Team
DT
Drizzle Team
•
3y ago
•
9 replies
Zen
Replace on Insert
I can see that there is a
.ignore()
.ignore()
option added to insert
, but is there an equivalent
.replace()
.replace()
or someway to flag it in the code
?
I
'm doing an insert many by passing through an array of values
(e
.g
.
await db.insert(ActivityTable).values(values);
await db.insert(ActivityTable).values(values);
) which is effectively an over write of existing data as well as new data
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Insert on migration
DT
Drizzle Team / help
3y ago
Return on insert.onConflictDoNothing()
DT
Drizzle Team / help
2y ago
Type error on insert
DT
Drizzle Team / help
3y ago
permission denied on insert
DT
Drizzle Team / help
3y ago