I'm wondering how to support work of multiple developers on OrientDB, how to organize tracking, managing and applying database changes. We have to imlement very sophisticated export of data from old relational DB (MS SQL) to OrientDB. Export affects db schema. Each developer has his local database instance. Also there are some DBs on qa servers. I would like to make automatic incremental DB update instead of full reinitialization (drop and recreate) after each changes in the schema.
For relational database I use Liquibase library with its changesets. Is there any similar tool or specific technique for OrientDB to achive these needs? sql like scripts or java API Any suggestions? Thanks in advance. -- --- 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.
