Skip to content

Releases: fromgate/DbLib

DbLib v0.2.3

Choose a tag to compare

@fromgate fromgate released this 02 Dec 18:50

v0.2.3

  • Remove voxelwdind support
  • Minor updates

DbLib v0.2.1

Choose a tag to compare

@fromgate fromgate released this 15 Sep 17:05

v0.2.1

  • Preload all database drivers

DbLib v0.2.0

Choose a tag to compare

@fromgate fromgate released this 13 Sep 06:43

v0.2.0

  • Now DbLib works in Voxelwind
  • Minor API changes (removed dependencies of Nukkit objects)

DbLib v0.1.3

Choose a tag to compare

@fromgate fromgate released this 20 Aug 15:19

v0.1.3

  • Added keep-alive interval parameter (for ORMLite connections)

DbLib v0.1.2

Choose a tag to compare

@fromgate fromgate released this 16 Aug 12:57

v0.1.2

  • Add getDefaultConnection method
  • Fixed TextFormat compatibility issue

DbLib v0.1.1

Choose a tag to compare

@fromgate fromgate released this 13 Aug 23:10

v0.1.1

  • MySQL connector downgraded (to version 5.1.39) because of incompatibility with Sql2o

DbLib v0.1.0

Choose a tag to compare

@fromgate fromgate released this 02 Aug 19:55

v0.1.0

  • Included updated MySQL connector and ORMLite
  • Add Sql2o library

DbLib v0.0.8

Choose a tag to compare

@fromgate fromgate released this 26 Mar 15:41

v0.0.8

  • Added getSQLiteConnection and getMySqlConnection methods

DbLib v0.0.7

Choose a tag to compare

@fromgate fromgate released this 12 Mar 05:34

v0.0.7

  • Fixed NPE, when plugin is first time started

DbLib

Choose a tag to compare

@fromgate fromgate released this 29 Feb 06:20

v0.0.6

  • Minor internal update according to Nukkit API changes