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

后端 未结 0 1526
庸人自扰
庸人自扰 2021-02-11 20:21

I\'m using peewee-async,

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

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

async with db.         


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