Orientdb driver for python that uses the binary protocol.
Pyorient works with orientdb version 1.7 and later.
Warning Some issues are experimented with record_create/record_upload and OrientDB < 2.0. These command are strongly discouraged with these versions
NOTICE Prior to version 1.4.7 there was a potential SQL injection vulnerability that now is fixed. (see details )
pip install pyorient
- Fork the project
- work on develop branch
- Make your changes
- Add tests for it. This is important so I don't break it in a future version unintentionally
- Send me a pull request (pull request to master will be rejected)
- ???
- PROFIT