Flibio / EconomyLite

Economy Plugin for Sponge
https://ore.spongepowered.org/Flibio/EconomyLite
MIT License
24 stars 22 forks source link

[suggestion] for easy DB management #56

Open ARatfat opened 7 years ago

ARatfat commented 7 years ago

Hi,

First of all I love your sponge plugin economy lite & jobs lite.

I use MySQL setup & For an easy management when you have multiple plugins is it possible add "prefix setup".

Best regards

P.S I post same suggestion for jobs lite

Flibio commented 7 years ago

What do you mean by "prefix setup"?

ARatfat commented 7 years ago

For exemple let user chose prefix for exemple Economylite_[name]

Flibio commented 7 years ago

What use case could this have?

bvierra commented 6 years ago

Not the original user, however some services only allow you to have a single mysql database (not server, but a single database on the server), using a prefix allows you to make sure there are no conflicts with other mods using the same table names.