Skip to content

Releases: Exlll/DatabaseLib

DatabaseLib version 3.2.0

Choose a tag to compare

@Exlll Exlll released this 04 Jul 23:16

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

DatabaseLib version 3.1.0

Choose a tag to compare

@Exlll Exlll released this 10 Apr 00:33

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

Choose a tag to compare

@Exlll Exlll released this 11 Sep 23:26
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