[orientdb] schema reflection and extension

2015-04-01 Thread mindplay.dk
MySQL has the information_schema database, which contain the metadata for the actual database. Does OrientDB internally use a database/tables to store the schema metadata? If so, is this exposed somehow? And if so, are you allowed to tinker with this schema? What I'm thinking is, the Orient

Re: [orientdb] schema reflection and extension

2015-04-01 Thread Luigi Dell'Aquila
Hi in OrientDB you can obtain schema information with select expand(classes) from metadata:schema or from java API with db.getMetadata().getSchema() and this will give you all the information about classes, properties and indexes You can also add custom metadata to classes and properties using