Where are the Data Sources/Query Library?

PocketBlocks integrates Openblocks and PocketBase, or at least the client's part. As this project aims to create as much flexibility as possible between those two software, we opted not to port the data source/query library features as we have access to the Pocketbase SDKarrow-up-right through window.pb. We also can use the extend featuresarrow-up-right of Pocketbase to integrate with data sources using something like n8narrow-up-right or Zarpierarrow-up-right.

circle-info

We also provide a QueryClient instancearrow-up-right for caching purposes. You can access it with window.qc. It uses sessionStorage with a staleTime of 5 minutes.

Last updated