database

  1. hteppl

    2.0 DataManager 2.1.0-SHAPSHOT

    DataManager DataManager is a simple library plugin for Nukkit Minecraft Bedrock core (and forks), that will help you to create and manage your SQL connections with ease. Libraries Sql2o is small useful framework that makes coding for database easy. HikariCP is a "zero-overhead" production...
  2. Denic

    2.0 Database Extendability 1.0

    DatabaseExtendability is an advanced but easily usable sql query API for NukkitX 2.0 Usage for SQLite: class PlayerDatabase extends SQLiteDatabase { public PlayerDatabase(File file) { super(file); super.connect(); } @Override public void initiate() { try...
  3. iAtomPlaza

    Experimental NukkitDB 2.2.0

    Installation -------------------------------------------------------- 1. Drop into plugins folder 2. Restart server and stop again 3. Edit newly generated config.yml file Config -------------------------------------------------------- uri: "YOUR_CONNECTION_STRING" Developers...
Top