GraphQL + NodeJS + Postgres — Made easy with NestJS and TypeORM

Marcos Henrique da Silva
12 min readAug 9, 2021

In this article I will show you how to add a TypeORM module into our GraphQL backend project in a very, very, very easy way… using NestJS and TypeORM.

So I can reuse libraries? Yes

NestJS comes with an easy to use TypeORM module and in this article we are going to connect to a local Postgres database. Why Postgres? Because usually enterprises uses Postgres over Mysql even though…

--

--