Allow specifying the transaction isolation level

Allow specifying the transaction isolation level when starting a transaction, either explicitly or with a function decorator.

Discussion: Non obvious causes of a transaction conflict? - #14 by danbolinson

Postgres reference: PostgreSQL: Documentation: 13: 13.2. Transaction Isolation

3 Likes

This has been addressed (partially or fully?)

See at the bottom of this page: Anvil Docs | Transactions