跳到主要内容

rxdb-react

Interfaces

InterfaceDescription
InfiniteScrollResource-
RxDBResource-

Variables

VariableDescription
RxDBProvider-
useRxDB-

Functions

FunctionDescription
makeRxDBProviderRxDB 依赖注入
useCountCount entities matching the criteria
useCountAncestorsCount ancestor entities in a tree structure
useCountDescendantsCount descendant entities in a tree structure
useCountNeighborsCount neighbor entities in a graph structure
useFindFind multiple entities matching the criteria
useFindAllFind all entities
useFindAncestorsFind all ancestor entities in a tree structure
useFindByCursorFind entities using cursor-based pagination
useFindDescendantsFind all descendant entities in a tree structure
useFindOneFind one entity matching the criteria
useFindOneOrFailFind one entity or throw an error if not found
useGet通过 ID 获取单个实体
useGraphNeighborsFind neighbor entities in a graph structure
useGraphPathsFind paths between two entities in a graph
useInfiniteScrollInfinite scroll hook for cursor-based pagination