Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e5f8f1

Browse files
authored
Mentioning async driver (#368)
1 parent173f2b3 commit6e5f8f1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
Python driver for[ArangoDB](https://www.arangodb.com), a scalable multi-model
2020
database natively supporting documents, graphs and search.
2121

22+
If you're interested in using asyncio, please check[python-arango-async](https://github.com/arangodb/python-arango-async).
23+
2224
##Requirements
2325

2426
- ArangoDB version 3.11+

‎arango/request.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def normalize_headers(
1212
ifdriver_flagsisnotNone:
1313
forflagindriver_flags:
1414
flags=flags+flag+";"
15-
driver_version="8.1.5"
15+
driver_version="8.1.7"
1616
driver_header="python-arango/"+driver_version+" ("+flags+")"
1717
normalized_headers:Headers= {
1818
"charset":"utf-8",

‎docs/index.rst‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Python-Arango
77

88
Welcome to the documentation for **python-arango**, a Python driver forArangoDB_.
99

10+
If you're interested in using asyncio, please checkpython-arango-async_ driver.
11+
1012
Requirements
1113
=============
1214

@@ -96,3 +98,4 @@ Development
9698
specs
9799

98100
.. _ArangoDB:https://www.arangodb.com
101+
.. _python-arango-async:https://python-arango-async.readthedocs.io

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp