-
Book Overview & Buying
-
Table Of Contents
Full-Stack Web Development with TypeScript 5
By :
In this chapter, we started a critical journey into persistent storage, focusing on the integration of PostgreSQL within Docker for our chat application. We covered the essentials of Docker, how to set up PostgreSQL as a Docker container, the creation of a comprehensive database schema, and the fundamentals of CRUD operations. This step is crucial for implementing the dynamic functionalities of our chat application, enabling real-time data processing and manipulation, and further enhancing our backend development skills for building sophisticated, data-driven web applications.
The following two chapters will take us deeper into the practical aspects of application development by teaching us how to interact with our PostgreSQL database using SQL directly from our application. We will use raw SQL queries to interact with our database in Chapter 8 and object-relational mapping (ORM) in Chapter 9.