nsporillo / GlobalWarming

Server side global warming mechanics in Minecraft!
GNU Lesser General Public License v3.0
473 stars 46 forks source link

Feature request: SqLite support #30

Closed SlimeDog closed 5 years ago

SlimeDog commented 5 years ago

Please support SqLite database.

nsporillo commented 5 years ago

I can look into supporting SQLite, however this might take some time to research and implement. Given my upcoming vacation and then new career, I'll accept this issue but also tag it for help wanted. Hoping someone else can help implement it.

SlimeDog commented 5 years ago

Thanks. Many open-source plugins have implemented SqLite support. You (or someone) should be able to borrow.

nsporillo commented 5 years ago

@SlimeDog Added H2 support on a branch: https://github.com/nsporillo/GlobalWarming/commit/2d5c68b6d7b3c692b7601f1589038c2304279575

SQLite support seemed like a much more intensive upgrade for virtually the same end goal: embedded database support for persistence on reboots.