nineclicks
Member
- Joined
- Jun 13, 2013
- Messages
- 18
- Programming Experience
- Beginner
I'd like to have a database of filesnames. Basically I want to be able to add a filename to the database, add some options to it and a list of tags. Then be able to either locate a filename and get it's options (such as rotation or custom thumbnail file) and tags. OR be able to search for tags and get all the filenames that have a certain tag.
My first thought was to simply use a text or csv file and just use basic string searches and stuff but there will likely be up to thousands of files so if there is something more efficient that might be better. What should I look in to?
Thanks
My first thought was to simply use a text or csv file and just use basic string searches and stuff but there will likely be up to thousands of files so if there is something more efficient that might be better. What should I look in to?
Thanks