Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added H2 database support #804

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

added H2 database support #804

wants to merge 2 commits into from

Conversation

asoee
Copy link

@asoee asoee commented Mar 24, 2014

On my installation (openjdk7 on freebsd 9.2), LWC caused the JVM to crash with a SIGSEGV fault. Apparently because of the native libraries used by sqlite.
Not wanting the hassle with an external mysql database, i added support for the pure-java database H2.

It appears to be a drop-in replace for the existing databases, with comparable performance to sqlite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants