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

[Idea/Add] SQLite Support #3

Closed
Finoway opened this issue Dec 4, 2020 · 6 comments
Closed

[Idea/Add] SQLite Support #3

Finoway opened this issue Dec 4, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@Finoway
Copy link

Finoway commented Dec 4, 2020

Hello,

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

@Corenb
Copy link
Owner

Corenb commented Dec 6, 2020

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

@Corenb Corenb closed this as completed Dec 6, 2020
@Finoway
Copy link
Author

Finoway commented Dec 7, 2020

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

@Corenb
Copy link
Owner

Corenb commented Dec 7, 2020

I gonna add some help to the next release.

@Corenb Corenb added the enhancement New feature or request label Dec 11, 2020
@Finoway
Copy link
Author

Finoway commented Dec 13, 2020

Hello,

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

@Finoway
Copy link
Author

Finoway commented Dec 13, 2020

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
Copy link
Owner

Corenb commented Dec 15, 2020

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

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

No branches or pull requests

2 participants