Skip to content

Packages

Core (@postgrestx/core)

Low-level PostgREST client: request construction, encoding, errors, metadata utilities.

TanStack (@postgrestx/tanstack)

React integration layer providing hooks & context for TanStack Query.

HookPurpose
useListPaginated table reads
useItemSingle row fetch
useInfiniteListInfinite scrolling lists via Content-Range
useInsertInsert row(s)
useUpdateUpdate row(s)
useDeleteDelete row(s)
useUpsertUpsert row(s)
useRpcCall PostgREST RPC function