neoalchemy:用于 Neo4j 图数据库的类似 SQLAlchemy 的对象图映射器

时间:2021-06-26 20:59:01
【文件属性】:
文件名称:neoalchemy:用于 Neo4j 图数据库的类似 SQLAlchemy 的对象图映射器
文件大小:22KB
文件格式:ZIP
更新时间:2021-06-26 20:59:01
Python 密码炼金术 用于 Neo4j 的类似 SQLAlchemy 的对象图映射器 例子 from neoalchemy import * class Monkey ( Node ): name = Prop ( String ) Query ( Monkey ). all () # or Monkey . nodes . all () 许可 这个库是在 MIT 许可下发布的。 它在很大程度上包括来自 SQLAlchemy 库的代码。
【文件预览】:
neoalchemy-master
----test-requirements.txt(14B)
----.gitignore(735B)
----README.rst(395B)
----test.py(2KB)
----LICENSE(1KB)
----requirements.txt(14B)
----setup.py(1KB)
----neoalchemy()
--------exc.py(339B)
--------cypher()
--------types.py(317B)
--------__init__.py(35B)
--------ogm.py(7KB)
--------util()

网友评论