Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
97 stars 14 forks source link

fix: Resolve `this` correctly in levelgraph adapter example. #61

Closed earthlyreason closed 3 years ago

earthlyreason commented 3 years ago

Note that the semantics of this differ between arrow function and function expressions. The insert and delete operations were throwing TypeError because this._db was undefined.

earthlyreason commented 3 years ago

Fixes #60.