Releases: seailz/Database4J
v2.3
v2.2.2
v2.2.1
Full Changelog: 2.1...2.2.1
Added the option to insert multiple objects at the same time
v2.1
Full Changelog: 2.0.3...2.1
Updates
Instead of only receiving the first Object/value that the database found, now when using the get()
method, you can instead opt for the getList()
method which will return all the Objects/values that the database finds.
v2.0.3
Full Changelog: 2.0.1...2.0.3
fix: Fixed a small syntax error when adding a column to a table, where it didn't provide the size of the column
v2.0.1
Full Changelog: 1.2.2...2.0.1
Fixed a minor syntax error within the deletion method that was causing the method to throw an exception.
v2.0
Full Changelog: 1.2.2...2.0
Added support for reading/writing Java Objects to a table
v1.2.2
Full Changelog: 1.1...1.2.2
v1.1
Full Changelog: https://github.com/seailz/DatabaseAPI/commits/1.1