Releases: MrNavaStar/SQLib
Releases · MrNavaStar/SQLib
SQLib 3.2.8
- Re work the initial non minecraft api as it was flawed, all issues are hopefully addressed
SQLib 3.2.7
- fix silly crash
SQLib 3.2.6
- 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
- Fix MySql/MariaDB/Postgres not loading correctly on velocity
SQLib 3.2.4
- Add a new
DataStore
functiongetOrCreateDefaultContainer
to cover the most common on create lambda
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