Skip to main content

PostgreSQL - Relational Database

PostgreSQL is a powerful, open-source relational database that stores data in tables with rows and columns. In this section, you will learn how to use PostgreSQL with Node.js and TypeORM — a TypeScript-first ORM that lets you work with your database using classes and decorators.