How to lock a table in sqlalchemy?

前端 未结 0 1993
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-13 17:43

I want to lock a table for adding new rows while my function is working. All new create and update queries should wait until the table is locked. How can I do this?



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