Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template prisma-client
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 prisma-client
( without rust binaries ) provider that generates TypeScript files directly.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template prisma-client
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