From 51423d0530f96d6da074bce29bf12b435f57120f Mon Sep 17 00:00:00 2001 From: Josef Erben Date: Thu, 28 Mar 2024 22:10:26 +0100 Subject: [PATCH 1/2] add pocketbase-queue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 136a1ad..9064d43 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [PocketBase+Stripe](https://github.com/mrwyndham/pocketbase-stripe) - Go extended PocketBase for Stripe subscription integration. - [pbf](https://github.com/nedpals/pbf) - Library for serializing and deserializing PocketBase filter syntax. - [PocketBase Templates](https://github.com/Pocket-Space/pocketbase-templates) - A open-source collection of PocketBase schemas to quickly get started. +- [pocketbase-queue](https://github.com/joseferben/pocketbase-queue) - A type-safe queue for background tasks using PocketBase. + ## Showcases From 6ce3b7dba669d238f2877d77c75a81391ec9f51e Mon Sep 17 00:00:00 2001 From: Josef Erben Date: Fri, 29 Mar 2024 11:36:28 +0100 Subject: [PATCH 2/2] remove blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9064d43..a64892f 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,6 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [PocketBase Templates](https://github.com/Pocket-Space/pocketbase-templates) - A open-source collection of PocketBase schemas to quickly get started. - [pocketbase-queue](https://github.com/joseferben/pocketbase-queue) - A type-safe queue for background tasks using PocketBase. - ## Showcases - [Vimsnake](https://github.com/patmood/vim_snake) - A realtime WASM game where Vim commands are used as controller inputs.