In our previous project, our task editor would work a treat as long as the server kept running, but one quick re-start and everything we've saved would be lost forever – which is why persistence, particularly with databases, plays a massive part in software development.
In this section, we're going to continue to build on our TaskAPI project, adding persistence so that our data is always protected.