Happy 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)