Installation
Before you begin, make sure you have Node.js and TypeScript installed in your environment. And obviously, you need a Postgres database.
You can install the required libraries using your favorite package manager, such as npm:
npm install @nicnocquee/dataqueue
npm install -D node-pg-migrate ts-node
pnpm add @nicnocquee/dataqueue
pnpm add -D node-pg-migrate ts-node
yarn add @nicnocquee/dataqueue
yarn add --dev node-pg-migrate ts-node
bun add @nicnocquee/dataqueue
bun add --dev node-pg-migrate ts-node
You need to install node-pg-migrate
and ts-node
as development dependencies to run database migrations.