gpt4 book ai didi

python - 搁置:数据库的选择

转载 作者:太空狗 更新时间:2023-10-29 21:27:01 27 4
gpt4 key购买 nike

搁置 documentation说:

The choice of which database package will be used (such as dbm, gdbm or bsddb) depends on which interface is available.

这是什么意思?如何确定选择了哪个包?如何严格定义必须选择哪一个?最好使用哪种数据库实现?

最佳答案

在这里找到:
http://www.gossamer-threads.com/lists/python/python/13891

import shelve 
import gdbm

def gdbm_shelve(filename, flag="c"):
return shelve.Shelf(gdbm.open(filename, flag))

db = gdbm_shelve("dbfile")

ps
在链接页面中,有人也在某处找到了这个,但他的链接已经失效。

关于python - 搁置:数据库的选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14092525/

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