Replies: 2 comments 4 replies
-
Hello! I've been using the plugin and it greatly simplified my code around pagination. Great job! However, there's an omission that I'm not being able to find a workaround: row counts on Is there any way I can help? |
Beta Was this translation helpful? Give feedback.
-
Hey all!
I encountered an error after performing an insert, which I discovered was related to a read-after-write inconsistency wherein drizzle inserted the record into the primary (write) database instance, and, immediately after, performed a read
![]()
await db.$primary // $primary is the only addition
.insert(foo)
.values({
...values
})
.returning(); After looking into this some more, we've realized that it's actually likely |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that the drizzle plugin has been updated with RQBv2 support, I am closing out #1027 and moving future discussion about the plugin here, since that thread has gotten long, and has lot's of outdated information.
Beta Was this translation helpful? Give feedback.
All reactions