smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Add first implementation for using OrientDB as a DB engine #47

Open f-lombardo opened 4 years ago

f-lombardo commented 4 years ago

In addition to SQL DBs, we would like to support NoSQL DBs to as persistent engines for our project. One of the first NoSQL DBs we would like to support is OrientDB. As a first step in this implementation we wrote a skeleton test for this issue: DBOrientTest. This test should:

  1. start an embedded instance of OrientDB (as we do with HSQLDB, see DBSQLTest);
  2. create an OrientDB class;
  3. check that our implementation can read the schema of this class.
f-lombardo commented 4 years ago

@ftomassetti , I think you closed this issue erroneously, isn't it?

ftomassetti commented 4 years ago

Yes, the reason for this is that the commit indicated as the description "closes #47" and GitHub therefore marked this issue as closed. Now, I wrote that comment because we have an issue 47 in our own copy of the repo, which is different. I will discuss with @mctaverna to understand how we can avoid similar issues in the future. Sorry for the troubles