@fua/module.persistence.filesystem
v1.0.0
Published
- [Persistence](https://git02.int.nsc.ag/Research/fua/lib/module.persistence)
Downloads
60
Readme
@fua/module.persistence.filesystem
Interface
interface FileSystemStoreFactory extends DataStoreCoreFactory {
store(graph: NamedNode, directory: string): FileSystemStore;
};