googleapis/python-spanner-django

feat: Support transactions

olavloite opened this issue · 0 comments

The Spanner Django driver currently only supports autocommit mode. The underlying DBAPI implementation supports transactions. Would it be possible to add support for transactions to the Spanner Django driver as well?