Hi, In my project I need to implement a mechanism to store metadata of the photos. I have considered several options like a database, separate files for each photos (e.g XML file). So can you give suggestions on what is the best way. I think a database would be better because then we can create complex queries. If we are going to use a database what will be the best option (MySQL, SQLite, etc.)
Regards, Prabhath
