Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template drizzle-pglite
cd my-project
pnpm db:push
pnpm dev
Demonstrates Vorsteh Queue with Drizzle ORM and PGlite (embedded PostgreSQL). Perfect for testing and development with zero database setup required.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template drizzle-pglite
cd my-project
pnpm db:push
pnpm dev
On This Page