maragudk / goqite

Go queue library built on SQLite and inspired by AWS SQS.
https://maragudk.github.io/goqite/
MIT License
435 stars 13 forks source link

Support explicit transactions for all methods #13

Closed markuswustenberg closed 8 months ago

markuswustenberg commented 8 months ago

Because one of the best things about an in-database queue is ACID! 😎

Fixes #6