gpt4 book ai didi

python - 以只读模式从python打开sqlite3数据库

转载 作者:IT老高 更新时间:2023-10-28 22:20:36 36 4
gpt4 key购买 nike

在使用 C/C++ 中的 sqlite3 时,我了解到它有一个只读模式选项,可以非常方便地避免意外的数据损坏。 Python绑定(bind)中有这样的东西吗?

最佳答案

从 Python 3.4.0 开始,您可以使用以下命令以只读模式打开数据库:

db = sqlite3.connect('file:/path/to/database?mode=ro', uri=True)

另见 the documentation .

关于python - 以只读模式从python打开sqlite3数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10205744/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com