SarangaSiriwardhana9/NodeJs-Drizzle-ORM-Postgres-Tutorial
This repository contains a simple Node.js project that demonstrates how to use Drizzle ORM with PostgreSQL for managing database schema and performing migrations. The project includes the setup for connecting to a PostgreSQL database, defining a schema, and executing migrations using Drizzle ORM.
TypeScript