Header menu logo Nao

GraphMemories Module

Factory helpers for graph memory persistence.

Functions and values

Function or value Description

ado factory relationExtractor

Full Usage: ado factory relationExtractor

Parameters:
Returns: IGraphMemory

ADO.NET-backed graph memory over any provider supplied via the connection factory.

factory : IDbConnectionFactory
relationExtractor : (string -> Task<GraphRelation list>) option
Returns: IGraphMemory

file baseDir relationExtractor

Full Usage: file baseDir relationExtractor

Parameters:
Returns: IGraphMemory

FileSystem-backed graph memory rooted at the given directory.

baseDir : string
relationExtractor : (string -> Task<GraphRelation list>) option
Returns: IGraphMemory

Type something to start searching.