Skip to content

@saazip/webhook-core-db

Sources: packages/db/package.json | packages/db/src/schema.ts

Drizzle schema ownership for endpoints, secret versions, deliveries, and attempts.

  • the persistence seam for durable outbound delivery history
  • a place to evolve endpoint and attempt storage intentionally
  • you want WebhookCore beyond in-memory evaluation and into durable operations
  • Package name: @saazip/webhook-core-db
  • Workspace path: packages/db
  • None
  • drizzle-orm
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json