ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

sqlite support #25

Closed seema84 closed 5 years ago

seema84 commented 5 years ago

can you please add a sqlite support?

phemmer commented 5 years ago

I've created a PR over at #28 to add support for this. I've also created a custom release on my fork with a build available: https://github.com/phemmer/ChestShopNotifier/releases/download/1.2.1-sqlite/ChestShopNotifier.jar

Just put the following in your config:

database:
  type: sqlite
seema84 commented 1 year ago

Is sqlite now fully supported (also to convert the data from mysql to sqlite and vice versa)? The description still says that only mysql is supported.

Phoenix616 commented 1 year ago

Looks like the PR didn't update the readme and I missed that on the review, thanks for noting that! Conversion between storage types isn't supported though, please open a new issue if you need that as a feature.