yogthos / memory-hole

Memory Hole is a support issue organizer application
MIT License
259 stars 25 forks source link

add H2 support #35

Closed jhamrsky closed 6 years ago

jhamrsky commented 6 years ago

This PR adds H2 DB support and closes #7.

Roughly, following was done:

If it comes to full text search, H2 support is somewhat limited (no weighting support). I intentionally left out wildcard support (has some performance issues) and used native search engine. But otherwise, H2 is nice for more lightweight use cases.

yogthos commented 6 years ago

Hi,

Thanks for the PR, this looks pretty comprehensive. :)