datalevin

2025-03-27T23:50:29.712449Z

Bit of an odd question what's the best way to increment a value transactionally in datalevin, i.e a counter. Can it be done with transaction functions? If so how.

Huahai 2025-03-28T03:50:02.351429Z

I would use a with-transaction

👍 1