googleapis / python-spanner-django

Cloud Spanner database backend for Django
BSD 3-Clause "New" or "Revised" License
90 stars 28 forks source link

feat: Support transactions #812

Open olavloite opened 1 year ago

olavloite commented 1 year ago

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?