Skip to content

Releases: MrNavaStar/SQLib

SQLib 3.2.9

21 Mar 15:19
5271208

Choose a tag to compare

  • Allow local database paths to start with / on linux

SQLib 3.2.8

05 Feb 07:06

Choose a tag to compare

  • Re work the initial non minecraft api as it was flawed, all issues are hopefully addressed

SQLib 3.2.7

05 Feb 06:48

Choose a tag to compare

  • fix silly crash

SQLib 3.2.6

05 Feb 03:45
8caf2bd

Choose a tag to compare

  • Add two new functions in SQLibConfig that allow for setting the config and default database directory, allowing for sqlib to be used in unsupported mod loads and even outside of minecraft

SQLib 3.2.5

21 Dec 07:11

Choose a tag to compare

  • Fix MySql/MariaDB/Postgres not loading correctly on velocity

SQLib 3.2.4

26 Nov 08:12

Choose a tag to compare

  • Add a new DataStore function getOrCreateDefaultContainer to cover the most common on create lambda

SQLib 3.2.3

23 Oct 03:10

Choose a tag to compare

  • Update to 1.21.2

SQLib 3.2.2

20 Sep 17:33

Choose a tag to compare

  • Fix config not generating when using manual database creation

SQLib 3.2.1

11 Aug 08:52
1aac6b1

Choose a tag to compare

  • fix invalid config creation on windows

SQLib 3.2.0

27 Jul 22:43

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