Connect to OrientDB from Python (options)

So, I look at the best solution in terms of "Ease of Learning" for working with orientdb database with Python.

options:

Do any of you have experience with the above, or is something better? Thank.

+4
source share
1 answer

To date (January 10, 2016), the best way to establish the current client (1.4.6a) is as follows:

pip install --pre --upprade pyorient

32 https://github.com/mogui/pyorient/blob/master/pyorient/constants.py#L8

+2

Source: https://habr.com/ru/post/1568538/


All Articles