Run concurrent transactions
The driver is compatible with Python’s asyncio, which allows implementing concurrent workflows.
To interact with the database in an asynchronous way, create an AsyncDriver with AsyncGraphDatabase.driver().
The workflow is very similar to the synchronous version, except that you must use