arango-orm:像ORMSQLAlchemy实现,使用python-arango作为后端库-源码

上传者: 42116847 | 上传时间: 2021-07-19 16:08:39 | 文件大小: 113KB | 文件类型: ZIP
适用于ArangoDB的Python ORM层 arango_orm是受SQLAlchemy启发的python ORM层,旨在与多模型数据库ArangoDB一起使用。 它支持使用ORM访问集合和图形。 使用python-arango (用于从python访问arangodb的数据库驱动程序)完成与数据库的实际通信,并使用marshmallow处理对象序列化和反序列化。 安装: pip install arango-orm 连接到数据库 from arango import ArangoClient from arango_orm import Database client = ArangoClient ( hosts = 'http://localhost:8529' ) test_db = client . db ( 'test' , username = 'test' , pas

文件下载

资源详情

[{"title":"( 47 个子文件 113KB ) arango-orm:像ORMSQLAlchemy实现,使用python-arango作为后端库-源码","children":[{"title":"arango-orm-master","children":[{"title":"README.rst <span style='color:#111;'> 20.90KB </span>","children":null,"spread":false},{"title":"docs","children":[{"title":"conf.py <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"make.bat <span style='color:#111;'> 795B </span>","children":null,"spread":false},{"title":"getting-started.rst <span style='color:#111;'> 4.67KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 634B </span>","children":null,"spread":false},{"title":"index.rst <span style='color:#111;'> 861B </span>","children":null,"spread":false},{"title":"api-reference.rst <span style='color:#111;'> 307B </span>","children":null,"spread":false}],"spread":true},{"title":"Dockerfile <span style='color:#111;'> 140B </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"test_inheritance_multiple.py <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"test_graph.py <span style='color:#111;'> 9.17KB </span>","children":null,"spread":false},{"title":"utils.py <span style='color:#111;'> 233B </span>","children":null,"spread":false},{"title":"test_event.py <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"conftest.py <span style='color:#111;'> 782B </span>","children":null,"spread":false},{"title":"test_database.py <span style='color:#111;'> 14.09KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false},{"title":"test_inheritance_mapping.py <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"test_inheritance_resolver.py <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"test_query.py <span style='color:#111;'> 7.51KB </span>","children":null,"spread":false},{"title":"test_collections.py <span style='color:#111;'> 7.96KB </span>","children":null,"spread":false},{"title":"data.py <span style='color:#111;'> 9.63KB </span>","children":null,"spread":false}],"spread":false},{"title":"tox.ini <span style='color:#111;'> 349B </span>","children":null,"spread":false},{"title":"getting-started.rst <span style='color:#111;'> 517B </span>","children":null,"spread":false},{"title":"setup.cfg <span style='color:#111;'> 69B </span>","children":null,"spread":false},{"title":"temp_test","children":[{"title":"test_ref_relationships.py <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"test_extra_fields.py <span style='color:#111;'> 974B </span>","children":null,"spread":false},{"title":"test_code.py <span style='color:#111;'> 2.63KB </span>","children":null,"spread":false}],"spread":true},{"title":"requirements.txt <span style='color:#111;'> 26B </span>","children":null,"spread":false},{"title":"examples","children":[{"title":"simple_teacher_student_graph.py <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"Universite_Database_and_Graph_Example.html <span style='color:#111;'> 283.62KB </span>","children":null,"spread":false},{"title":"university_graph.py <span style='color:#111;'> 8.24KB </span>","children":null,"spread":false},{"title":"Universite_Database_and_Graph_Example.ipynb <span style='color:#111;'> 15.55KB </span>","children":null,"spread":false}],"spread":true},{"title":"docker-compose.yml <span style='color:#111;'> 512B </span>","children":null,"spread":false},{"title":"recipes.md <span style='color:#111;'> 707B </span>","children":null,"spread":false},{"title":"setup.py <span style='color:#111;'> 681B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"CHANGELOG.rst <span style='color:#111;'> 5.89KB </span>","children":null,"spread":false},{"title":"LICENSE.txt <span style='color:#111;'> 34.32KB </span>","children":null,"spread":false},{"title":"arango_orm","children":[{"title":"connection_pool.py <span style='color:#111;'> 3.23KB </span>","children":null,"spread":false},{"title":"database.py <span style='color:#111;'> 21.95KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 236B </span>","children":null,"spread":false},{"title":"graph.py <span style='color:#111;'> 11.13KB </span>","children":null,"spread":false},{"title":"references.py <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"query.py <span style='color:#111;'> 8.46KB </span>","children":null,"spread":false},{"title":"fields.py <span style='color:#111;'> 33B </span>","children":null,"spread":false},{"title":"event","children":[{"title":"__init__.py <span style='color:#111;'> 790B </span>","children":null,"spread":false}],"spread":false},{"title":"collections.py <span style='color:#111;'> 13.96KB </span>","children":null,"spread":false},{"title":"exceptions.py <span style='color:#111;'> 427B </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明