We have been working on a project. In the beginning we had some database issues, so we used a mySQL-server database to work around this.
Now we really should get back to an embedded database, access is out of the question (has to be cross-platform)
Our mentor suggested using an H2 embedded database, but we our sql-dump is getting syntax errors if we try to run it in the console of H2.
Any thoughts? Thanks in advance!