I am building an application which uses BulbFlow. The BulbFlow ORM is similar to the Django ORM. As an actual database backend, I am using OrientDB 1.3.0, with Rexster 2.2.0.
I am wondering if anyone has any insight into using these two products together. BulbFlow allows for Python-based definitions of your data model. However OrientDB has its own schema definition system, including classes and constraints. Is there any way to use them together? Or is OrientDB's constraint system already being used by Rexster/BulbFlow?
Thanks in advance for the insight.