Skip to content

Releases: MrNavaStar/SQLib

SQLib 3.2.1

11 Aug 08:52
1aac6b1
Compare
Choose a tag to compare
  • fix invalid config creation on windows

SQLib 3.2.0

27 Jul 22:43
Compare
Choose a tag to compare
  • Get on datacontainers now returns an optional instead of null
  • Move Gson Types into their own class so they can be used without minecraft being present

SQLib 3.1.4

22 Jul 01:37
Compare
Choose a tag to compare
  • Fix an oversight that could cause problems when null values are retrieved from the database

SQLib 3.1.3

21 Jul 07:59
Compare
Choose a tag to compare
  • Fix Another crash (we do love testing in prod dont we)

SQLib 3.1.2

21 Jul 03:06
Compare
Choose a tag to compare
  • Fix a different crash

SQLib 3.1.1

21 Jul 01:01
Compare
Choose a tag to compare
  • Fix crash

SQLib 3.1.0

19 Jul 00:39
Compare
Choose a tag to compare
  • Change DataStore Lookup functions to use optionals instead of returning null for that sweet sweet functional goodness

SQLib 3.0.6

18 Jul 02:39
Compare
Choose a tag to compare
  • Change the way the mod/plugin is loaded internally, allowing SQLib.getDatabase() to be called much earlier
  • Update MariaDB Driver

SQLib 3.0.5

17 Jul 04:54
Compare
Choose a tag to compare
  • Velocity actually works now

SQLib 3.0.4

16 Jul 22:48
Compare
Choose a tag to compare
  • Add an optional onCreate function to the DataStore.getOrCreateContainer() functions