Recent Releases of discorddb

discorddb - DiscordDB v2.1.3

Added new API functionality to query rows and columns of an SQL table specifically. Added new unit tests for the new API functionality that was added and tests were successful. Fixed the SQL Profile Database Example to work accurately.

Full Changelog: https://github.com/BooleanCube/DiscordDB/compare/2.1.1...2.1.3

- Java
Published by BooleanCube almost 2 years ago

discorddb - DiscordDB v2.1.1

Minor changes for ease of use and minor bug fixes. Updated dependency versions for logging and storage.

What's Changed

  • Bump h2 from 2.1.214 to 2.2.220 by @dependabot in https://github.com/BooleanCube/DiscordDB/pull/15
  • [Snyk] Upgrade org.slf4j:slf4j-log4j12 from 2.0.5 to 2.0.6 by @BooleanCube in https://github.com/BooleanCube/DiscordDB/pull/14
  • [Snyk] Upgrade org.slf4j:slf4j-log4j12 from 2.0.6 to 2.0.7 by @BooleanCube in https://github.com/BooleanCube/DiscordDB/pull/16
  • [Snyk] Upgrade com.h2database:h2 from 2.2.220 to 2.2.222 by @BooleanCube in https://github.com/BooleanCube/DiscordDB/pull/17

New Contributors

  • @dependabot made their first contribution in https://github.com/BooleanCube/DiscordDB/pull/15

Full Changelog: https://github.com/BooleanCube/DiscordDB/compare/2.1.0...2.1.1

- Java
Published by BooleanCube almost 2 years ago

discorddb - DiscordDB v2.1.0

SQL Database is an option now. Introduced database backing up options for SQL databases. Easy to use SQL Wrapper Interface that also parses rows and columns into 2D object arrays which is convenient. JSON databases are still an available option for those who want to stick to the key-value database types. SQL will however be more optimized for resources and might have slight runtime advantages over JSON databases.

What's Changed

  • Create CODEOFCONDUCT.md by @BooleanCube in https://github.com/BooleanCube/DiscordDB/pull/11

New Contributors

  • @BooleanCube made their first contribution in https://github.com/BooleanCube/DiscordDB/pull/11

Full Changelog: https://github.com/BooleanCube/DiscordDB/compare/1.1.3...2.1.0

- Java
Published by BooleanCube about 3 years ago

discorddb - DiscordDB v1.1.3

Java Documentation Updates (same as v1.1.2 build) Slight optimization tweaks.

- Java
Published by BooleanCube over 3 years ago

discorddb - DiscordDB v1.1.2

Added support for different value types including, integers, longs, string, json objects and json arrays.

Full Changelog: https://github.com/BooleanCube/DiscordDB/compare/1.0.7...1.1.2

- Java
Published by BooleanCube over 3 years ago

discorddb - DiscordDB v1.0.7

Basic Database Implementation

- Java
Published by BooleanCube almost 4 years ago