Hi,
I need to develop a file indexing application in python and wanted to know which embedded database is the best one to use for indexing.
Any help on this topic is appreciated. Thanks,
Rajesh
Hi,
I need to develop a file indexing application in python and wanted to know which embedded database is the best one to use for indexing.
Any help on this topic is appreciated. Thanks,
Rajesh
you could use sqlite :
Another one that you could explore is
For file indexing there are tools like pylucene, xapian.
Other relevant link on SO