跳到主要内容

rxdb-vue

Interfaces

InterfaceDescription
InfiniteScrollResource-
RxDBResource-

Variables

VariableDescription
injectRxDB-
provideRxDB-

Functions

FunctionDescription
makeRxDBDependencyInjectorRxDB 依赖注入
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
useFindByCursor使用游标分页查找实体
useFindDescendantsFind all descendant entities in a tree structure
useFindOne查找匹配条件的单个实体
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
useInfiniteScroll用于游标分页的无限滚动钩子
useRxDB-