7
PostgreSQL Basics, Storage, and Setup
After mastering the advanced aspects of backend development, we’re ready to shift our focus to a key element of any dynamic application: persistent storage. This transition moves us into database management, leveraging PostgreSQL and Docker for reliable data storage and access.
In this chapter, we’ll dive into the implementation of persistent storage essential for web development, ensuring data persistence across server restarts. Our learning path includes discussing Docker’s role in creating and managing containerized applications, detailing steps to deploy PostgreSQL within a Docker container, designing a schema for our chat application, and interacting with the database through Create, Read, Update, ...
Get Full-Stack Web Development with TypeScript 5 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.