Let's assume you're going to need something more complex than simple key/value pairs. Are you really going to design your program around the database? Are you going to follow the software life cycle - consider all the data you need, put it in third normal form, and then not touch the format once you've started implementation?
I didn't think so. Don't use SQL.