I wouldn't call persistence a hurdle, it's a choice. You don't need any new tech to update the database with data in it, that's a technique that has existed as long as databases have. It's entirely up to you if you want to write the changes as a set of ALTER TABLE commands or suchlike, or if you...