I'm developing an update to one of my current apps, and I feel the data storage isn't the most efficient. I am currently using plists to store the user's information, but I feel like I should probably move to something more robust. What storage method would you guys recommend for my app? A user can add as many entries as they want, and each entry stores two integers and a string. Thank you!