Y
Hacker News
new
|
ask
|
show
|
jobs
by
drewrbaker
316 days ago
This looks like exactly what I need, but our DB is Postgres on Supabase and I don’t think their version supports transaction locking…
1 comments
giovaniguizzo
315 days ago
Well, you don't need to worry. Sidequest only locks the rows it's gonna use, i.e., the job rows it manages. Any other data in your DB is not touched by Sidequest, so you should be safe :)
link