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 SDK through window.pb. We also can use the extend features of Pocketbase to integrate with data sources using something like n8n or Zarpier.

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

Last updated