Introducing Persistence
An introduction to how we'll be bringing persistence to our project.
We'll cover the following...
How our projects work
Congratulations on making it through all the layers in a single OTP project, from data to workers. In this chapter, we’re going to focus on putting these layers into context. We’ll help you answer the core question:
How do our projects work with others, whether they are external dependencies or projects we build? ...