Hi All, I've been intending to use OrientDB on a personal project. I was curious if there is a way to spin up an OrientDB instance in Memory for unit testing purposes?
Ideally I would be using some scripting language like Nodejs or Python. Actually I might have found something on StackOverflow <http://stackoverflow.com/questions/26598815/using-an-in-memory-orientdb-in-a-multithreaded-application> new ODatabaseDocumentTx("memory:MyDb").create(); Prehaps I can make a jar file that spins up an in memory db before running tests.... Will attempt it over the weekend. If anyone has any other ideas or suggestion they would be welcomed :) -- --- 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.
