I work with orientdb using java document api in scheme-full mode. After opening database with docemunt API I want to check if the database confirms to a certain class scheme. So all classes needed for the application should be defined and should containt certain fields. For now I just fetch all classes manually and inspect its properties. It seems to be pretty common task for scheme-full applications. Is there any high-level constructions that took scheme description in some text format and checks database metadata against it?
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
