December 2021
Intermediate to advanced
510 pages
11h 20m
English
In Chapter 9, Developing Interactive Terminal Tools, you developed a Pomodoro timer application. It’s a fully functional application, but it doesn’t persist data. It doesn’t keep track of previous intervals, so it always begins at the first Pomodoro interval every time you start it.
In this chapter, you’ll improve the pomo tool by persisting data to a relational database using Structured Query Language (SQL).[60]
Because you developed this application using the Repository pattern, you can integrate a new data store by adding a new repository without changing the business logic and application. This is a powerful resource that allows your applications to persist data in different ways according ...
Read now
Unlock full access