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-nodepnpm add @nicnocquee/dataqueue
pnpm add -D node-pg-migrate ts-nodeyarn add @nicnocquee/dataqueue
yarn add --dev node-pg-migrate ts-nodebun add @nicnocquee/dataqueue
bun add --dev node-pg-migrate ts-nodeYou need to install node-pg-migrate and ts-node as development dependencies to run database migrations.