Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template drizzle-custom-schema-table
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
Demonstrates Vorsteh Queue with Drizzle ORM and postgres.js driver. Uses custom schema and table names for queue jobs.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template drizzle-custom-schema-table
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
On This Page