文件名称:Morpheus-OGM:Neo4j 的对象图映射
文件大小:5KB
文件格式:ZIP
更新时间:2024-08-01 14:25:17
JavaScript
Morpheus-OGM Neo4j 的对象图映射 目标 该框架的目标是为 Neo4j 图数据库提供对象图映射。 它应该是什么样子: 主要思想是提供模式和关系模式的 api,以及用于查询和保存数据的链式函数。 样本: var morpheus = require ( "morpheus-ogm" ) ; morpheus . Node ( "friend_with" , { since : Date , direction : { from : "Person" , to : "Person" } } ) ; morpheus . Node ( "Person" , { name : String , //Define the relationship schema and the related Node friends : Relatio
【文件预览】:
Morpheus-OGM-master
----testApp()
--------app.js(272B)
----lib()
--------index.js(316B)
----.idea()
--------misc.xml(125B)
--------encodings.xml(164B)
--------modules.xml(276B)
--------Morpheus-OGM.iml(455B)
--------scopes()
--------vcs.xml(180B)
----README.md(1009B)
----.gitignore(50B)
----package.json(651B)