Uses of Class
com.github.pinont.singularitylib.api.storage.Database
Packages that use Database
-
Uses of Database in com.github.pinont.singularitylib.api.storage
Methods in com.github.pinont.singularitylib.api.storage that return DatabaseModifier and TypeMethodDescriptionstatic DatabaseDatabase.mySql(org.bukkit.plugin.Plugin plugin, org.bukkit.configuration.ConfigurationSection cfg) Creates a MySQL-backed database from a config section (database.host/port/name/user/password).static DatabaseCreates a SQLite-backed database stored at the given file.