From 0081de6ba6989c65e2b13282bb59afb46fff456e Mon Sep 17 00:00:00 2001 From: Thijs Miedema Date: Wed, 6 Mar 2024 08:58:10 +0100 Subject: [PATCH] Add async Python SDK (#39) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e865db..30b5e34 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,8 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [Go](https://github.com/r--w/pocketbase) - [Kotlin](https://github.com/agrevster/pocketbase-kotlin) -- [Python](https://github.com/vaphes/pocketbase) +- [Python (Sync)](https://github.com/vaphes/pocketbase) +- [Python (Async)](https://github.com/thijsmie/pocketbase) - [C#](https://github.com/PRCV1/pocketbase-csharp-sdk) - [Rust](https://github.com/sreedevk/pocketbase-sdk-rust) - [PHP](https://github.com/mkay-development/pocketbase-php-sdk)