Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template kysely-postgres
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
Demonstrates Vorsteh Queue with kysely and postgres.js driver. Shows job priorities, recurring jobs, and event handling.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template kysely-postgres
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
On This Page