Skip to content

Releases: Exlll/DatabaseLib

DatabaseLib version 3.2.0

04 Jul 23:16
Compare
Choose a tag to compare

Added ScriptRunner utility class. See https://github.com/Exlll/DatabaseLib#scriptrunner for more information.

DatabaseLib version 3.1.0

10 Apr 00:33
Compare
Choose a tag to compare

Added four submit methods, one for each kind of task, that return a CompletionStage. These new methods can be used to write long chains of queries (where one query depends one the result of the previous one) more elegantly.

DatabaseLib version 3.0.0

11 Sep 23:26
Compare
Choose a tag to compare
Update DatabaseLib to version 3.0.0

Breaking changes:
- moved packages to 'sql' package
- removed or renamed some classes
- removed 'new***Task' methods
- removed AsyncLib
    - removed task priorities
- updated ConfigLib to version 2