Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
SQLib 3.2.3
- Update to 1.21.2
SQLib 3.2.2
- Fix config not generating when using manual database creation
SQLib 3.2.1
- fix invalid config creation on windows
SQLib 3.2.0
- 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
- Fix an oversight that could cause problems when null values are retrieved from the database
SQLib 3.1.3
- Fix Another crash (we do love testing in prod dont we)
SQLib 3.1.2
- Fix a different crash
SQLib 3.1.1
- Fix crash
SQLib 3.1.0
- Change
DataStore
Lookup functions to use optionals instead of returning null for that sweet sweet functional goodness
SQLib 3.0.6
- Change the way the mod/plugin is loaded internally, allowing
SQLib.getDatabase()
to be called much earlier - Update MariaDB Driver