2007年09月28日 星期五 10:14
hawk gao,您好! 我现在觉得在python里用sqlite很不爽,第一个是utf-8的问题,sqlite3只能存储utf-8的。 还有一个更不爽的问题,是居然不能在多线程里用 ======= 2007-09-28 10:05:30 您在来信中写道:======= >是sqlite好还是snakeSQL好,或者是Berkeley DB好呢? >他们好像都是有python库支持可以直接存取数据库文件的. > >在 07-9-27,lvhongqing2008<lvhongqing2008在sohu.com> 写道: >> >> >> 不知道你是想用Python读取别的数据库文件呀还是想用Python存储数据. >> 如果是前者,如果不用第三方的,好象只能是struct模块,去分析结构后,然后读取了.好象不太现实. >> 如果是要用Python存储数据,那最有少Sqlite和BDB吧. >> >> >> ________________________________ >> >> lvhongqing2008 >> 2007-09-28 >> ________________________________ >> >> 发件人: Leo Jay >> 发送时间: 2007-09-28 00:48:08 >> 收件人: python-chinese在lists.python.cn >> 抄送: >> 主题: Re: [python-chinese]python有组件能直接访问数据库文件么? >> >> >> On 9/27/07, gaohawk <gaohawk在gmail.com > wrote: >> > 我的应用要求不安装数据库,通过python自带的包去访问数据库文件 >> > >> >> 一般来说,有这种要求的,数据量都不会太大。 >> 那python自带的sqlite的库就是你所需要的。 >> >> -- >> Best Regards, >> Leo Jay >> _______________________________________________ >> python-chinese >> Post: send python-chinese在lists.python.cn >> Subscribe: send subscribe to >> python-chinese-request在lists.python.cn >> Unsubscribe: send unsubscribe to >> python-chinese-request在lists.python.cn >> Detail Info: >> http://python.cn/mailman/listinfo/python-chinese >> _______________________________________________ >> python-chinese >> Post: send python-chinese在lists.python.cn >> Subscribe: send subscribe to >> python-chinese-request在lists.python.cn >> Unsubscribe: send unsubscribe to >> python-chinese-request在lists.python.cn >> Detail Info: >> http://python.cn/mailman/listinfo/python-chinese >> >_______________________________________________ >python-chinese >Post: send python-chinese在lists.python.cn >Subscribe: send subscribe to python-chinese-request在lists.python.cn >Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn >Detail Info: http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! 赵威 zhaowei在pythonid.com 2007-09-28
2007年09月28日 星期五 11:11
在 07-9-28,赵威<zhaowei at pythonid.com> 写道: > hawk gao,您好! > > 我现在觉得在python里用sqlite很不爽,第一个是utf-8的问题,sqlite3只能存储utf-8的。 > 还有一个更不爽的问题,是居然不能在多线程里用 是怎么不能在多线程环境里用呢?
2007年09月28日 星期五 13:02
我觉得可以用在多线程里,只是效率颇低罢了。 在2007-09-28,"Yingbo Qiu" <qiuyingbo在gmail.com> 写道: 在 07-9-28,赵威<zhaowei在pythonid.com> 写道: > hawk gao,您好! > > 我现在觉得在python里用sqlite很不爽,第一个是utf-8的问题,sqlite3只能存储utf-8的。 > 还有一个更不爽的问题,是居然不能在多线程里用 是怎么不能在多线程环境里用呢? _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 涓嬩竴閮ㄥ垎 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070928/a02621de/attachment.html
2007年09月28日 星期五 13:26
sqlite说多线程需要自己同步,的确比较麻烦。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070928/0081f27b/attachment.html
Zeuux © 2025
京ICP备05028076号