From 7c1166486d8775522670132995fdf95c7f1c66f9 Mon Sep 17 00:00:00 2001 From: Satoshi <140612116+satohshi@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:59:41 +0900 Subject: [PATCH] Add pocketbase-ts (#57) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36d6124..cbbcbdd 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [pb_hooks starter kit](https://github.com/benallfree/ts-pb-hooks-starter) - Build PocketBase JavaScript hooks using TypeScript. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/ts-pb-hooks-starter) - [PocketBase Typegen](https://github.com/patmood/pocketbase-typegen) - Generate TypeScript types from the SQLite db file. ![GitHub Repo stars](https://img.shields.io/github/stars/patmood/pocketbase-typegen) - [typed-pocketbase](https://github.com/david-plugge/typed-pocketbase) - Generate types from your PocketBase instance and enjoy fully type-safe queries. ![GitHub Repo stars](https://img.shields.io/github/stars/david-plugge/typed-pocketbase) +- [pocketbase-ts](https://github.com/satohshi/pocketbase-ts) — SDK wrapper with more readable `options` syntax and full type-safety. ![GitHub Repo stars](https://img.shields.io/github/stars/satohshi/pocketbase-ts) ## SQLite tools