Remix.run Logo
Tepix a day ago

Is an atomic get+delete operation planned?

vlovich123 16 hours ago | parent [-]

It’s usually very difficult in a KV db to have an efficient operation that returns the item deleted. You’d need a transaction API to do it reliably. The challenge is concurrent writes are impossible to serialize against without transactions.

This DB doesn’t have a transaction API.