July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
We introduced data persistence in chapter 2, briefly touching on how to persist data into a relational database, PostgreSQL. In this chapter we’ll delve deeper into data persistence and talk about how you can store data in memory, files, relational databases, and NoSQL databases.
Data persistence is technically not part of web application programming, but it’s often considered the third pillar of any web application—the other two pillars are templates and handlers. This is because most web applications need to store data in one form or another.
I’m generalizing ...
Read now
Unlock full access