有没有办法用python打开/读取updatedb创建的数据库文件?

发布于 2024-10-31 13:03:09 字数 78 浏览 1 评论 0原文

我只是好奇以前是否有人这样做过。我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

噩梦成真你也成魔 2024-11-07 13:03:09

尝试看看这个文件:

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.

小帐篷 2024-11-07 13:03:09

还有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文