orientdb-android
orientdb-android copied to clipboard
Android Port of OrientDB: A NoSQL Document Graph DBMS
Results
1
orientdb-android issues
Sort by
recently updated
recently updated
newest added
When I try to create a database as follows: ``` java OrientGraph graph = new OrientGraph("memory:mydb"); ``` I get the exception: ``` java E/AndroidRuntime( 4167): Caused by: java.lang.IllegalArgumentException: Cannot find...