文件名称:neomodel:Neo4j 图数据库的对象图映射器 (OGM)
文件大小:136KB
文件格式:ZIP
更新时间:2024-08-24 02:05:15
python neo4j ogm Python
一个用于图形数据库的对象图映射器(OGM),建立在很棒的 熟悉的基于类的模型定义具有适当的继承性。 强大的查询API。 通过基数限制强制执行架构。 全面的交易支持。 线程安全。 前/后保存/删除挂钩。 通过Django 集成 文档 (需要更新,但是)在上。 要求 Python 3.5+ - Neo4j Python 驱动程序 4.3 neo4j 3.5、4.0、4.1(目前正在测试 4.3)- Neo4j Python 驱动程序 4.1 安装 从 pypi 安装(推荐): $ pip install neomodel ($ source dev # To install all things needed in a Python3 venv) 从 github 安装: $ pip install git+git://github.com/neo4j-contrib/n
【文件预览】:
neomodel-master
----setup.py(1KB)
----.gitignore(136B)
----tests-with-docker-compose.sh(1008B)
----.travis.yml(958B)
----MANIFEST.in(73B)
----LICENSE(1KB)
----doc()
--------Makefile(7KB)
--------make.bat(7KB)
--------source()
----.env(37B)
----setup.cfg(73B)
----docker-compose.yml(673B)
----.github()
--------workflows()
----scripts()
--------neomodel_install_labels(2KB)
--------neomodel_remove_labels(1004B)
----README.rst(4KB)
----AUTHORS.txt(704B)
----dev(72B)
----neomodel()
--------properties.py(19KB)
--------__init__.py(1KB)
--------exception.py(40B)
--------match_q.py(8KB)
--------match.py(28KB)
--------contrib()
--------hooks.py(388B)
--------relationship_manager.py(14KB)
--------cardinality.py(4KB)
--------config.py(398B)
--------util.py(11KB)
--------relationship.py(3KB)
--------core.py(20KB)
--------exceptions.py(7KB)
----test()
--------conftest.py(3KB)
--------test_relationship_models.py(4KB)
--------test_issue283.py(10KB)
--------test_alias.py(895B)
--------__init__.py(0B)
--------test_cypher.py(982B)
--------test_issue112.py(305B)
--------test_relationships.py(5KB)
--------test_models.py(6KB)
--------test_indexing.py(1KB)
--------test_properties.py(12KB)
--------test_cardinality.py(3KB)
--------test_match_api.py(12KB)
--------test_relative_relationships.py(607B)
--------test_transactions.py(2KB)
--------test_multiprocessing.py(505B)
--------test_hooks.py(733B)
--------test_contrib()
--------test_batch.py(3KB)
--------test_label_drop.py(1KB)
--------test_exceptions.py(864B)
--------test_label_install.py(2KB)
----Changelog(14KB)