Corenb / PremiumConnector

Bungeecord plugin to automatically login Premium players and turn their offline UUID to online UUID.
11 stars 6 forks source link

[Idea/Add] SQLite Support #3

Closed Finoway closed 3 years ago

Finoway commented 3 years ago

Hello,

Would it be possible to use your plugin with SQLite? This would allow for some people to not absolutely need a database.

Corenb commented 3 years ago

Hi @Finoway ,

You can already use SQLite with the plugin. For that, you need to set the driver to org.sqlite.JDBC and install yourself the driver cause BungeeCord doesn't support SQLite per default : Easy way : https://www.spigotmc.org/resources/sqlite-for-bungeecord.57191/ Hard way : https://gist.github.com/games647/d2a57abf90f707c0bd1107e432c580f3

Finoway commented 3 years ago

Hello I would like this to be more visible because personally I had not found. ^^

Corenb commented 3 years ago

I gonna add some help to the next release.

Finoway commented 3 years ago

Hello,

the second link you sent me can't work, the bitbucket link inside says 404. (https://bitbucket.org/xerial/sqlite-jdbc/downloads/)

Finoway commented 3 years ago

sorry to send a second message but could you do another way to download it because if I go through the first link and I click on download every other time I get a 405 error.

image

Corenb commented 3 years ago

Hmm it's weird cause the first link (spigot plugin) is working for me and I can download it without any issue. For the second solution, you can directly download the driver on the official github repo : https://github.com/xerial/sqlite-jdbc