Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.36 KB

README.rst

File metadata and controls

40 lines (27 loc) · 1.36 KB

pyorient: OrientDB native client library

image

image

image

image

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 )

Installation

pip install pyorient

How to contribute

  • 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