DbLib is a utility Nukkit plugin for Minecraft Bedrock servers that bundles JDBC drivers for MySQL and SQLite, allowing other plugins to store and retrieve data without packaging their own database connectors. It also includes ORMLite and Sql2o, giving developers both an object relational approach and a simpler way to write queries.
Once configured, DbLib can provide a shared database connection for compatible plugins, helping centralize settings and reduce duplicated libraries. This is useful for permissions, islands, player statistics, and other persistent features. At BoxToPlay, we recommend it for Minecraft server administrators who want a practical, reusable data layer.
Create your Nukkit server and install DbLib with one click!