Remix.run Logo
vlovich123 16 hours ago

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.