没有合适的资源?快使用搜索试试~ 我知道了~
arango-orm:像ORMSQLAlchemy实现,使用python-arango作为后端库
共47个文件
py:29个
rst:6个
txt:2个
需积分: 9 1 下载量 14 浏览量
2021-05-14
12:48:48
上传
评论
收藏 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
资源推荐
资源详情
资源评论
收起资源包目录
arango-orm-master.zip (47个子文件)
arango-orm-master
README.rst 21KB
docs
conf.py 2KB
make.bat 795B
getting-started.rst 5KB
Makefile 634B
index.rst 861B
api-reference.rst 307B
Dockerfile 140B
tests
test_inheritance_multiple.py 1KB
test_graph.py 9KB
utils.py 233B
test_event.py 3KB
conftest.py 782B
test_database.py 14KB
__init__.py 2KB
test_inheritance_mapping.py 2KB
test_inheritance_resolver.py 2KB
test_query.py 8KB
test_collections.py 8KB
data.py 10KB
tox.ini 349B
getting-started.rst 517B
setup.cfg 69B
temp_test
test_ref_relationships.py 2KB
test_extra_fields.py 974B
test_code.py 3KB
requirements.txt 26B
examples
simple_teacher_student_graph.py 1KB
Universite_Database_and_Graph_Example.html 284KB
university_graph.py 8KB
Universite_Database_and_Graph_Example.ipynb 16KB
docker-compose.yml 512B
recipes.md 707B
setup.py 681B
.gitignore 1KB
CHANGELOG.rst 6KB
LICENSE.txt 34KB
arango_orm
connection_pool.py 3KB
database.py 22KB
__init__.py 236B
graph.py 11KB
references.py 2KB
query.py 8KB
fields.py 33B
event
__init__.py 790B
collections.py 14KB
exceptions.py 427B
共 47 条
- 1
资源评论
鑨鑨
- 粉丝: 30
- 资源: 4653
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功