As others have said, always store your data in a flat-files. Store all the fields available. I store each symbol in its own file exactly as it comes from the vendor in CSV format, which makes it easy to look at the raw data to debug problems. Also, it's easy to stick it in a spreadsheet if you have the need.
If you find you need a database for something, write a script to load it from the files.