DEV Community

Cover image for Building a Node.js API with Express, TypeScript, PostgreSQL, and Drizzle ORM
coder4life
coder4life

Posted on

Building a Node.js API with Express, TypeScript, PostgreSQL, and Drizzle ORM

Node.js API development with cookie based authentication logic. This project uses Drizzle ORM for connection and querying a PostgreSQL database. Drizzle ORM is a great TypeScript based ORM for SQL databases with a really simple and flexible query builder. Check out the video here:

Top comments (0)