neode:适用于Node.js的Neo4j OGM

时间:2024-05-19 05:17:17
【文件属性】:

文件名称:neode:适用于Node.js的Neo4j OGM

文件大小:199KB

文件格式:ZIP

更新时间:2024-05-19 05:17:17

nodejs neo4j cypher hacktoberfest cypher-query

尼德 Neode是Node JS的Neo4j OGM,旨在处理与Node一起建立neo4j项目所涉及的CRUD样板。 只需安装,设置模型即可。 入门 安装 npm install -- save neode 用法 // index.js import Neode from 'neode' ; const instance = new Neode ( 'bolt://localhost:7687' , 'username' , 'password' ) ; 企业模式 要以企业模式启动Neode并启用企业功能,请提供true变量作为第四个参数。 // index.js import Neode from 'neode' ; const instance = new Neode ( 'bolt://localhost:7687' , 'username' , 'password' , true


网友评论