Symatem / SymatemJS

A graph database which combines triple-store, key-value-store and distributed version control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provide queryMasks also on instances

arlac77 opened this issue · comments

Add queryMasks to backend instances too,
so that

backend.constructor.queryMasks.VMM

can be written as

backend.queryMasks.VMM

Implemented in f3648fb