js-sdk icon indicating copy to clipboard operation
js-sdk copied to clipboard

PocketBase JavaScript SDK

Results 4 js-sdk issues
Sort by recently updated
recently updated
newest added

I am currently exploring [Pocketbase](https://github.com/pocketbase/pocketbase) using their [Pocketbase Js](https://github.com/pocketbase/js-sdk) with [Remix Js](http://remix.run/). The problem is that I can't adapt the operation of AuthStore with each request to the server. Suggestion:...

What is the best practice of getting typed fields for my records? I have tried a few different approaches, but I haven't found any straightforward way. In `listResult1`, I'm limited...

Currently many areas are still untyped and the user has to provide custom record types in many cases. Manually maintaining these types and keeping them in sync is cumbersome and...