interstellar 0.2.0

A high-performance graph database with Gremlin-style traversals and GQL query language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "interstellar-node-example",
  "version": "1.0.0",
  "description": "Node.js example for Interstellar graph database",
  "type": "module",
  "scripts": {
    "start": "node app.mjs",
    "test": "node --test tests/"
  },
  "dependencies": {},
  "engines": {
    "node": ">=18.0.0"
  }
}