js-neo4j:Node.js 的 REST API 包装器

时间:2021-06-14 09:19:47
【文件属性】:
文件名称:js-neo4j:Node.js 的 REST API 包装器
文件大小:105KB
文件格式:ZIP
更新时间:2021-06-14 09:19:47
CoffeeScript 已弃用 用于 Node.js 的 Neo4j REST API 包装器 安装 npm install neo4js 用法 {Neo4js} = require('neo4js') neo = new Neo4js() neo .createNode() .then((data) -> console.log data ) .fail((data) -> console.log 'error', arguments ) neo .queryBuilder() .start('*') .return('*') .execute() .then((data) -> console.log data ) .fail((data) ->
【文件预览】:
js-neo4j-master
----.gitignore(96B)
----README.md(1KB)
----test()
--------test.md(50KB)
--------test.node.coffee(3KB)
--------test.main.coffee(1KB)
--------test.batch.coffee(1KB)
--------test.indexing.coffee(1KB)
--------test.label.coffee(4KB)
--------test.utils.coffee(767B)
--------test.traversal.coffee(4KB)
--------test.algorithm.coffee(2KB)
--------test.relationship.coffee(6KB)
--------test.constraint.coffee(3KB)
--------test.cypher.coffee(16KB)
----History.md(42B)
----LICENSE(1KB)
----package.json(993B)
----src()
--------traversal.coffee(4KB)
--------utils.coffee(3KB)
--------label.coffee(2KB)
--------indexing.coffee(814B)
--------main.coffee(952B)
--------node.coffee(5KB)
--------cypher.coffee(9KB)
--------batch.coffee(2KB)
--------algorithm.coffee(845B)
--------constraint.coffee(4KB)
--------relationship.coffee(8KB)
----.groc.json(64B)
----doc()
--------traversal.html(9KB)
--------label.html(8KB)
--------relationship.html(20KB)
--------utils.html(12KB)
--------test()
--------main.html(4KB)
--------algorithm.html(2KB)
--------node.html(13KB)
--------constraint.html(7KB)
--------indexing.html(4KB)
--------cypher.html(38KB)
--------index.html(2KB)
--------assets()
--------batch.html(3KB)
----Gruntfile.coffee(2KB)

网友评论