-
Notifications
You must be signed in to change notification settings - Fork 20
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
Customizable MySQL Server settings #121
Comments
We use liteDB. It's stored inside the channels folder. I don't know if I add a MySQL version |
LiteDB is NoSQL, but it'll be easy enough for me to create the MySQL queries from desciption, should the time for MySQL arrise. |
Oops, I meant SQLite, not LiteDB. YAML is constructed like this:
SQLite is constructed like this:
I don't have much experience with MySQL in a plugin, so I have to do some research. I also don't recommend to edit the channel files. |
There are plenty of plugins using MySQL so you can find plenty of material to take example from, and porting SQLite<->MySQL is easy to do, at least for me, so I'll be very happy to provide SQLite<->MySQL translations. |
I would support MySQL option since it would make it easier for users that do know MySQL now, the default option of course can be yaml or SQLite. Then the user can enable MySQL or disable it in the config. @rautamiekka If you do a fork of the plugin. I would be willing to do a beta test on it before a pull request gets submitted to the main branch. Just to make things easier if that is okay with @Bart-0110. |
Currently the plugin uses either Bukkit Server's settings or no MySQL at all.
What the config would look like:
and the
useSQL
option is replaced by those.The text was updated successfully, but these errors were encountered: