I built something similar for handling transactions/savepoints in drizzle: https://github.com/nickdeis/drizzle-transaction-context Other languages like python and golang have similar concepts, but AsyncLocalStorage has…
I built something similar for handling transactions/savepoints in drizzle: https://github.com/nickdeis/drizzle-transaction-context Other languages like python and golang have similar concepts, but AsyncLocalStorage has…