Skip to content

Releases: NivixX/NDatabase

1.5.4 - SQLITE async & performances

26 Nov 12:57
Compare
Choose a tag to compare
  • Fixed connection issue during concurrent access of SQLite
  • Improved SQLite performances with HikariCP

1.5.3 - Fix SQLite queries

22 Nov 12:10
Compare
Choose a tag to compare

Fixed query when using NEntity that haven't indexed field

1.5.2 - Update SQLITE Driver

05 Nov 12:48
17933d2
Compare
Choose a tag to compare

Update SQLITE driver to the latest (3.47.0.0)

1.5.1 - Update MySQL Driver

04 Nov 16:20
Compare
Choose a tag to compare

MySQL Connector 8.0.30 update

1.5.0 - LibraryManager & Sponge

30 Oct 15:17
Compare
Choose a tag to compare

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

29 Oct 10:57
Compare
Choose a tag to compare

Tracking if NDatabase is shaded

1.4.1 - Better Platform Logging

28 Oct 15:30
Compare
Choose a tag to compare

Added logging and enforcement on platform load

1.4.0 - Multi-module DBMS

26 Oct 14:35
68995d3
Compare
Choose a tag to compare

All DBMS are packaged from different modules for more flexibility

1.3.2 - Add connection validation

22 Oct 14:53
Compare
Choose a tag to compare

Validate if connection is valid with basic query on platform load

1.3.1 - Cleanup & better coverage

21 Oct 16:08
Compare
Choose a tag to compare

Some cleanup and add coverage for NQuery