Show HN: Bun-boss – Bun-native fork of the pg-boss queue package
Posted 1 hour ago by khromov
2 points
https://www.npmjs.com/package/bun-bossHappy to announce `bun-boss`, a Bun-native fork off the popular pg-boss package for setting up persistent queues, with the following changes:
* Rewritten SQL adapter (pg => Bun.sql)
* Support for SQLite
* Supports Bun 1.3 and 1.4 canary releases
+ a bunch of internal Bun refactors (such as using the Bun test runner)