I am a Dev
Explore posts from serversDTDrizzle Team
•Created by I am a Dev on 10/3/2023 in #help
Drizzle support SELECT FOR UPDATE of postgres to avoid logical race conditions ?
I have a similar use case like this: https://on-systems.tech/blog/128-preventing-read-committed-sql-concurrency-errors/
Currently I use a mutex in my node main process, but I think is better to move this to the db.
If is possible can you show me a minimal example
Thank you so much
23 replies