Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 python 中开发一个文件索引应用程序,并且想知道哪个嵌入式数据库最适合用于索引。
对此主题的任何帮助表示赞赏。谢谢,
拉杰什
你可以使用 sqlite :
您可以探索的另一个是
对于文件索引,有 pylucene、xapian 等工具。
SO上的其他相关链接
您还可以查看Firebird是否有良好的Python驱动程序 您也可以使用sphinx add in 或者您也可以使用lucene和 firebird,例如infovark