有没有办法用python打开/读取updatedb创建的数据库文件?
我只是好奇以前是否有人这样做过。我想使用 updatedb 生成的数据库文件作为搜索机制的“缓存”,但无需对“locate”进行任何外部调用。
I'm just curious if anyone has done this before. I'd like to use the database file generated by updatedb as sort of a "cache" for a searching mechanism, but without having to make any external calls to 'locate'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试看看这个文件:
https://github.com/WojciechMula/ locatedb
我相信它做你正在寻找的事情。
Try having a look at this file:
https://github.com/WojciechMula/locatedb
I believe it does what you are looking for.
还有 plocate。它支持非常常见的 mlocate db 格式。但请查看 README.rst 的 TODO 部分,如果它适合您的需求。
There is also plocate. It supports the mlocate db format which is very common. But have a look at the TODO section of the README.rst if it suits your needs.