Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template prisma-custom-schema-table
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm prisma:generate
pnpm db:push
pnpm dev
Demonstrates Vorsteh Queue with Prisma ORM using the PostgreSQL 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 prisma-custom-schema-table
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm prisma:generate
pnpm db:push
pnpm dev
On This Page