Releases: NivixX/NDatabase
Releases · NivixX/NDatabase
1.5.4 - SQLITE async & performances
1.5.3 - Fix SQLite queries
Fixed query when using NEntity that haven't indexed field
1.5.2 - Update SQLITE Driver
Update SQLITE driver to the latest (3.47.0.0)
1.5.1 - Update MySQL Driver
MySQL Connector 8.0.30 update
1.5.0 - LibraryManager & Sponge
Quite a big update:
- MySQL / SQLite drivers are now provided by NDatabase and not your minecraft server software
- These drivers are modern version and may improve performances
- Driver are installed only if needed during runtime (if you use SQLite, the MySQL driver won't be downloaded)
- Added platform Sponge (that doesn't have drivers by default, that's why we now use runtime driver installation
- Since needed drivers are loaded on runtime, the size of NDatabase jar is smaller
Full Changelog: 1.4.2...1.5.0
1.4.2 - Shading Detection
Tracking if NDatabase is shaded
1.4.1 - Better Platform Logging
Added logging and enforcement on platform load
1.4.0 - Multi-module DBMS
All DBMS are packaged from different modules for more flexibility
1.3.2 - Add connection validation
Validate if connection is valid with basic query on platform load
1.3.1 - Cleanup & better coverage
Some cleanup and add coverage for NQuery