How to make transactions with peewee-async using both the ORM objects and Raw SQL

后端 未结 0 1670
再見小時候
再見小時候 2021-02-11 20:37

I\'m using peewee-async,

it\'s not clear to me if this is transactional:

database = PooledPostgresqlExtDatabase(...)
db = Manager(database)

async with db.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题